Spaces:
Sleeping
Sleeping
nukopy
commited on
Commit
·
2dff7e7
1
Parent(s):
c8aa18a
Add Python version specification and update dependency requirements
Browse files- Introduced a new .python-version file specifying Python 3.10
- Updated pyproject.toml to require Python 3.10 instead of 3.13
- Removed scipy from the dependencies list
- .python-version +1 -0
- pyproject.toml +1 -2
- requirements.txt +0 -0
- uv.lock +0 -0
.python-version
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
3.10
|
pyproject.toml
CHANGED
|
@@ -3,7 +3,7 @@ name = "chx-prototype"
|
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "Add your description here"
|
| 5 |
readme = "README.md"
|
| 6 |
-
requires-python = ">=3.
|
| 7 |
dependencies = [
|
| 8 |
"cn2an>=0.5.23",
|
| 9 |
"eng-to-ipa>=0.0.2",
|
|
@@ -16,7 +16,6 @@ dependencies = [
|
|
| 16 |
"nltk>=3.9.2",
|
| 17 |
"openai-whisper>=20250625",
|
| 18 |
"pyopenjtalk>=0.4.1",
|
| 19 |
-
"scipy>=1.16.2",
|
| 20 |
"tokenizers>=0.22.1",
|
| 21 |
"torch>=2.9.0",
|
| 22 |
"torchaudio>=2.9.0",
|
|
|
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "Add your description here"
|
| 5 |
readme = "README.md"
|
| 6 |
+
requires-python = ">=3.10"
|
| 7 |
dependencies = [
|
| 8 |
"cn2an>=0.5.23",
|
| 9 |
"eng-to-ipa>=0.0.2",
|
|
|
|
| 16 |
"nltk>=3.9.2",
|
| 17 |
"openai-whisper>=20250625",
|
| 18 |
"pyopenjtalk>=0.4.1",
|
|
|
|
| 19 |
"tokenizers>=0.22.1",
|
| 20 |
"torch>=2.9.0",
|
| 21 |
"torchaudio>=2.9.0",
|
requirements.txt
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
uv.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|