Spaces:
Sleeping
Sleeping
Commit ·
40548dc
1
Parent(s): 07cd90c
Requirements.
Browse files- requirements.txt +14 -0
requirements.txt
CHANGED
|
@@ -8,11 +8,14 @@ charset-normalizer==3.4.0
|
|
| 8 |
click==8.1.7
|
| 9 |
colorama==0.4.6
|
| 10 |
exceptiongroup==1.2.2
|
|
|
|
|
|
|
| 11 |
gitdb==4.0.11
|
| 12 |
GitPython==3.1.43
|
| 13 |
h11==0.14.0
|
| 14 |
httpcore==1.0.6
|
| 15 |
httpx==0.27.2
|
|
|
|
| 16 |
ibm-cos-sdk==2.13.6
|
| 17 |
ibm-cos-sdk-core==2.13.6
|
| 18 |
ibm-cos-sdk-s3transfer==2.13.6
|
|
@@ -28,7 +31,9 @@ lomond==0.3.3
|
|
| 28 |
markdown-it-py==3.0.0
|
| 29 |
MarkupSafe==3.0.2
|
| 30 |
mdurl==0.1.2
|
|
|
|
| 31 |
narwhals==1.12.1
|
|
|
|
| 32 |
numpy==1.26.4
|
| 33 |
packaging==24.1
|
| 34 |
pandas==2.1.4
|
|
@@ -39,21 +44,30 @@ pydeck==0.9.1
|
|
| 39 |
Pygments==2.18.0
|
| 40 |
python-dateutil==2.9.0.post0
|
| 41 |
pytz==2024.2
|
|
|
|
| 42 |
referencing==0.35.1
|
|
|
|
| 43 |
requests==2.32.2
|
| 44 |
rich==13.9.3
|
| 45 |
rpds-py==0.20.0
|
|
|
|
| 46 |
scikit-learn==1.5.2
|
| 47 |
scipy==1.14.1
|
|
|
|
| 48 |
six==1.16.0
|
| 49 |
smmap==5.0.1
|
| 50 |
sniffio==1.3.1
|
| 51 |
streamlit==1.39.0
|
|
|
|
| 52 |
tabulate==0.9.0
|
| 53 |
tenacity==9.0.0
|
| 54 |
threadpoolctl==3.5.0
|
|
|
|
| 55 |
toml==0.10.2
|
|
|
|
| 56 |
tornado==6.4.1
|
|
|
|
|
|
|
| 57 |
typing_extensions==4.12.2
|
| 58 |
tzdata==2024.2
|
| 59 |
ujson==5.10.0
|
|
|
|
| 8 |
click==8.1.7
|
| 9 |
colorama==0.4.6
|
| 10 |
exceptiongroup==1.2.2
|
| 11 |
+
filelock==3.16.1
|
| 12 |
+
fsspec==2024.10.0
|
| 13 |
gitdb==4.0.11
|
| 14 |
GitPython==3.1.43
|
| 15 |
h11==0.14.0
|
| 16 |
httpcore==1.0.6
|
| 17 |
httpx==0.27.2
|
| 18 |
+
huggingface-hub==0.26.2
|
| 19 |
ibm-cos-sdk==2.13.6
|
| 20 |
ibm-cos-sdk-core==2.13.6
|
| 21 |
ibm-cos-sdk-s3transfer==2.13.6
|
|
|
|
| 31 |
markdown-it-py==3.0.0
|
| 32 |
MarkupSafe==3.0.2
|
| 33 |
mdurl==0.1.2
|
| 34 |
+
mpmath==1.3.0
|
| 35 |
narwhals==1.12.1
|
| 36 |
+
networkx==3.4.2
|
| 37 |
numpy==1.26.4
|
| 38 |
packaging==24.1
|
| 39 |
pandas==2.1.4
|
|
|
|
| 44 |
Pygments==2.18.0
|
| 45 |
python-dateutil==2.9.0.post0
|
| 46 |
pytz==2024.2
|
| 47 |
+
PyYAML==6.0.2
|
| 48 |
referencing==0.35.1
|
| 49 |
+
regex==2024.9.11
|
| 50 |
requests==2.32.2
|
| 51 |
rich==13.9.3
|
| 52 |
rpds-py==0.20.0
|
| 53 |
+
safetensors==0.4.5
|
| 54 |
scikit-learn==1.5.2
|
| 55 |
scipy==1.14.1
|
| 56 |
+
sentence-transformers==3.2.1
|
| 57 |
six==1.16.0
|
| 58 |
smmap==5.0.1
|
| 59 |
sniffio==1.3.1
|
| 60 |
streamlit==1.39.0
|
| 61 |
+
sympy==1.13.1
|
| 62 |
tabulate==0.9.0
|
| 63 |
tenacity==9.0.0
|
| 64 |
threadpoolctl==3.5.0
|
| 65 |
+
tokenizers==0.20.1
|
| 66 |
toml==0.10.2
|
| 67 |
+
torch==2.5.1
|
| 68 |
tornado==6.4.1
|
| 69 |
+
tqdm==4.66.6
|
| 70 |
+
transformers==4.46.1
|
| 71 |
typing_extensions==4.12.2
|
| 72 |
tzdata==2024.2
|
| 73 |
ujson==5.10.0
|