Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
·
444e599
1
Parent(s):
677f95f
- requirements.txt +17 -8
requirements.txt
CHANGED
|
@@ -6,7 +6,7 @@ analytics-python==1.4.0; python_version >= "3.7"
|
|
| 6 |
anyio==3.6.1; python_full_version >= "3.6.2" and python_version >= "3.7"
|
| 7 |
aset2pairs==0.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 8 |
asgiref==3.5.2; python_version >= "3.7"
|
| 9 |
-
asttokens==2.0.5; python_full_version >= "3.8.3" and python_version < "4.0"
|
| 10 |
async-timeout==4.0.2; python_version >= "3.7"
|
| 11 |
attrs==21.4.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
|
| 12 |
backoff==1.10.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
|
|
@@ -17,12 +17,14 @@ cffi==1.15.0; python_version >= "3.7"
|
|
| 17 |
charset-normalizer==2.0.12; python_full_version >= "3.8.3" and python_version >= "3.7" and python_version < "4" and python_full_version < "4.0.0"
|
| 18 |
click==8.1.3; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
| 19 |
cmat2aset==0.1.0a7; python_full_version >= "3.8.3" and python_version < "4.0"
|
| 20 |
-
colorama==0.4.4; python_full_version >= "3.8.3" and sys_platform == "win32" and python_full_version < "4.0.0" and python_version < "4.0" and platform_system == "Windows" and python_version >= "3.
|
| 21 |
cryptography==37.0.2; python_version >= "3.7"
|
| 22 |
cycler==0.11.0; python_version >= "3.7"
|
| 23 |
environs==9.5.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
| 24 |
-
executing==0.8.3; python_full_version >= "3.8.3" and python_version < "4.0"
|
| 25 |
fastapi==0.78.0; python_full_version >= "3.6.1" and python_version >= "3.7"
|
|
|
|
|
|
|
| 26 |
ffmpy==0.3.0; python_version >= "3.7"
|
| 27 |
filelock==3.7.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
| 28 |
fonttools==4.33.3; python_version >= "3.7"
|
|
@@ -48,6 +50,7 @@ mdit-py-plugins==0.3.0; python_version >= "3.7" and python_version < "4.0"
|
|
| 48 |
mdurl==0.1.1; python_version >= "3.7"
|
| 49 |
monotonic==1.6; python_version >= "3.7"
|
| 50 |
more-itertools==8.13.0; python_version >= "3.5"
|
|
|
|
| 51 |
multidict==6.0.2; python_version >= "3.7"
|
| 52 |
nltk==3.7; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
| 53 |
numpy==1.22.4
|
|
@@ -56,11 +59,12 @@ packaging==21.3; python_full_version >= "3.8.3" and python_full_version < "4.0.0
|
|
| 56 |
pandas==1.4.2; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8"
|
| 57 |
paramiko==2.11.0; python_version >= "3.7"
|
| 58 |
pillow==9.1.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
|
|
|
| 59 |
pycparser==2.21; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"
|
| 60 |
pycryptodome==3.14.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
|
| 61 |
pydantic==1.9.1; python_full_version >= "3.6.1" and python_version >= "3.7"
|
| 62 |
pydub==0.25.1; python_version >= "3.7"
|
| 63 |
-
pygments==2.12.0; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.
|
| 64 |
pynacl==1.5.0; python_version >= "3.7"
|
| 65 |
pyparsing==3.0.9; python_full_version >= "3.8.3" and python_version >= "3.7" and python_full_version < "4.0.0"
|
| 66 |
python-dateutil==2.8.2; python_full_version >= "3.8.3" and python_version >= "3.8" and python_version < "4.0"
|
|
@@ -68,13 +72,17 @@ python-dotenv==0.20.0; python_full_version >= "3.8.3" and python_full_version <
|
|
| 68 |
python-multipart==0.0.5; python_version >= "3.7"
|
| 69 |
pytz==2022.1; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8"
|
| 70 |
pyyaml==6.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
| 71 |
-
regex==2022.6.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.
|
| 72 |
requests==2.28.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 73 |
scikit-learn==1.1.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
|
| 74 |
-
scipy==1.6.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8"
|
|
|
|
|
|
|
|
|
|
| 75 |
sentence-transformers==2.2.0
|
| 76 |
sentencepiece==0.1.96; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 77 |
set-loglevel==0.1.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
|
|
|
| 78 |
setuptools-scm==6.4.2; python_version >= "3.7"
|
| 79 |
six==1.16.0; python_full_version >= "3.8.3" and python_version >= "3.8" and python_version < "4.0"
|
| 80 |
sklearn==0.0; python_full_version >= "3.8.3" and python_version < "4.0"
|
|
@@ -83,13 +91,14 @@ starlette==0.19.1; python_full_version >= "3.6.1" and python_version >= "3.7"
|
|
| 83 |
threadpoolctl==3.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8"
|
| 84 |
tokenizers==0.12.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 85 |
tomli==2.0.1; python_version >= "3.7"
|
| 86 |
-
|
| 87 |
torchvision==0.12.0; python_version >= "3.7"
|
| 88 |
-
tqdm==4.64.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
| 89 |
transformers==4.19.4; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 90 |
typer==0.4.1; python_version >= "3.6"
|
| 91 |
typing-extensions==4.2.0
|
| 92 |
uc-micro-py==1.0.1; python_version >= "3.7"
|
| 93 |
urllib3==1.26.9; python_full_version >= "3.8.3" and python_version < "4" and python_version >= "3.7" and python_full_version < "4.0.0"
|
| 94 |
uvicorn==0.17.6; python_version >= "3.7"
|
|
|
|
| 95 |
yarl==1.7.2; python_version >= "3.7"
|
|
|
|
| 6 |
anyio==3.6.1; python_full_version >= "3.6.2" and python_version >= "3.7"
|
| 7 |
aset2pairs==0.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 8 |
asgiref==3.5.2; python_version >= "3.7"
|
| 9 |
+
asttokens==2.0.5; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8"
|
| 10 |
async-timeout==4.0.2; python_version >= "3.7"
|
| 11 |
attrs==21.4.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
|
| 12 |
backoff==1.10.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
|
|
|
|
| 17 |
charset-normalizer==2.0.12; python_full_version >= "3.8.3" and python_version >= "3.7" and python_version < "4" and python_full_version < "4.0.0"
|
| 18 |
click==8.1.3; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
| 19 |
cmat2aset==0.1.0a7; python_full_version >= "3.8.3" and python_version < "4.0"
|
| 20 |
+
colorama==0.4.4; python_full_version >= "3.8.3" and sys_platform == "win32" and python_full_version < "4.0.0" and python_version < "4.0" and python_version >= "3.8" and platform_system == "Windows" and (python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.4.0")
|
| 21 |
cryptography==37.0.2; python_version >= "3.7"
|
| 22 |
cycler==0.11.0; python_version >= "3.7"
|
| 23 |
environs==9.5.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
| 24 |
+
executing==0.8.3; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8"
|
| 25 |
fastapi==0.78.0; python_full_version >= "3.6.1" and python_version >= "3.7"
|
| 26 |
+
fastlid==0.1.7; python_version >= "3.8" and python_version < "4.0"
|
| 27 |
+
fasttext==0.9.2; python_version >= "3.8" and python_version < "4.0"
|
| 28 |
ffmpy==0.3.0; python_version >= "3.7"
|
| 29 |
filelock==3.7.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
| 30 |
fonttools==4.33.3; python_version >= "3.7"
|
|
|
|
| 50 |
mdurl==0.1.1; python_version >= "3.7"
|
| 51 |
monotonic==1.6; python_version >= "3.7"
|
| 52 |
more-itertools==8.13.0; python_version >= "3.5"
|
| 53 |
+
morfessor==2.0.6; python_version >= "3.8" and python_version < "4.0"
|
| 54 |
multidict==6.0.2; python_version >= "3.7"
|
| 55 |
nltk==3.7; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
| 56 |
numpy==1.22.4
|
|
|
|
| 59 |
pandas==1.4.2; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8"
|
| 60 |
paramiko==2.11.0; python_version >= "3.7"
|
| 61 |
pillow==9.1.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
| 62 |
+
pybind11==2.9.2; python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.5.0"
|
| 63 |
pycparser==2.21; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"
|
| 64 |
pycryptodome==3.14.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
|
| 65 |
pydantic==1.9.1; python_full_version >= "3.6.1" and python_version >= "3.7"
|
| 66 |
pydub==0.25.1; python_version >= "3.7"
|
| 67 |
+
pygments==2.12.0; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8"
|
| 68 |
pynacl==1.5.0; python_version >= "3.7"
|
| 69 |
pyparsing==3.0.9; python_full_version >= "3.8.3" and python_version >= "3.7" and python_full_version < "4.0.0"
|
| 70 |
python-dateutil==2.8.2; python_full_version >= "3.8.3" and python_version >= "3.8" and python_version < "4.0"
|
|
|
|
| 72 |
python-multipart==0.0.5; python_version >= "3.7"
|
| 73 |
pytz==2022.1; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8"
|
| 74 |
pyyaml==6.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
| 75 |
+
regex==2022.6.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
|
| 76 |
requests==2.28.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 77 |
scikit-learn==1.1.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
|
| 78 |
+
scipy==1.6.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
|
| 79 |
+
seg-text==0.1.2; python_version >= "3.8" and python_version < "4.0"
|
| 80 |
+
semantic-version==2.10.0; python_version >= "3.8" and python_version < "4.0"
|
| 81 |
+
sentence-splitter==1.4; python_version >= "3.8" and python_version < "4.0"
|
| 82 |
sentence-transformers==2.2.0
|
| 83 |
sentencepiece==0.1.96; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 84 |
set-loglevel==0.1.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 85 |
+
setuptools-rust==1.3.0; python_version >= "3.8" and python_version < "4.0"
|
| 86 |
setuptools-scm==6.4.2; python_version >= "3.7"
|
| 87 |
six==1.16.0; python_full_version >= "3.8.3" and python_version >= "3.8" and python_version < "4.0"
|
| 88 |
sklearn==0.0; python_full_version >= "3.8.3" and python_version < "4.0"
|
|
|
|
| 91 |
threadpoolctl==3.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8"
|
| 92 |
tokenizers==0.12.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 93 |
tomli==2.0.1; python_version >= "3.7"
|
| 94 |
+
torch @ https://download.pytorch.org/whl/cpu/torch-1.11.0%2Bcpu-cp38-cp38-linux_x86_64.whl ; python_full_version >= "3.7.0" and python_version >= "3.7" or sys_platform == "linux" or sys_platform == "win32"
|
| 95 |
torchvision==0.12.0; python_version >= "3.7"
|
| 96 |
+
tqdm==4.64.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and (python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.4.0") and python_version >= "3.7"
|
| 97 |
transformers==4.19.4; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 98 |
typer==0.4.1; python_version >= "3.6"
|
| 99 |
typing-extensions==4.2.0
|
| 100 |
uc-micro-py==1.0.1; python_version >= "3.7"
|
| 101 |
urllib3==1.26.9; python_full_version >= "3.8.3" and python_version < "4" and python_version >= "3.7" and python_full_version < "4.0.0"
|
| 102 |
uvicorn==0.17.6; python_version >= "3.7"
|
| 103 |
+
vtext==0.2.0; python_version >= "3.8" and python_version < "4.0"
|
| 104 |
yarl==1.7.2; python_version >= "3.7"
|