Spaces:
Paused
Paused
JhonSmith0x7b
commited on
Commit
·
d2414ab
1
Parent(s):
557137d
fix
Browse files- .python-version +1 -1
- pyproject.toml +2 -2
- uv.lock +0 -0
.python-version
CHANGED
@@ -1 +1 @@
|
|
1 |
-
3.
|
|
|
1 |
+
3.12
|
pyproject.toml
CHANGED
@@ -3,12 +3,12 @@ name = "0x1b"
|
|
3 |
version = "0.1.0"
|
4 |
description = "Add your description here"
|
5 |
readme = "README.md"
|
6 |
-
requires-python = ">=3.
|
7 |
dependencies = [
|
8 |
"fastapi>=0.116.1",
|
9 |
"huggingface-hub>=0.34.3",
|
10 |
"uvicorn[standard]>=0.33.0",
|
11 |
-
"sherpa-onnx @ https://huggingface.co/csukuangfj/sherpa-onnx-wheels/resolve/main/cpu/1.10.46/sherpa_onnx-1.10.46-
|
12 |
"sherpa-onnx>=1.12.7 ; sys_platform == 'darwin'",
|
13 |
"python-multipart>=0.0.20",
|
14 |
"numpy>=1.24.4",
|
|
|
3 |
version = "0.1.0"
|
4 |
description = "Add your description here"
|
5 |
readme = "README.md"
|
6 |
+
requires-python = ">=3.12"
|
7 |
dependencies = [
|
8 |
"fastapi>=0.116.1",
|
9 |
"huggingface-hub>=0.34.3",
|
10 |
"uvicorn[standard]>=0.33.0",
|
11 |
+
"sherpa-onnx @ https://huggingface.co/csukuangfj/sherpa-onnx-wheels/resolve/main/cpu/1.10.46/sherpa_onnx-1.10.46-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; platform_machine == 'x86_64' and sys_platform == 'linux'",
|
12 |
"sherpa-onnx>=1.12.7 ; sys_platform == 'darwin'",
|
13 |
"python-multipart>=0.0.20",
|
14 |
"numpy>=1.24.4",
|
uv.lock
CHANGED
The diff for this file is too large to render.
See raw diff
|
|