Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +22 -0
requirements.txt
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.2.2
|
| 2 |
+
transformers==4.40.1
|
| 3 |
+
tokenizers==0.19.1
|
| 4 |
+
scikit-learn==1.4.2
|
| 5 |
+
pandas==2.2.2
|
| 6 |
+
numpy==1.26.4
|
| 7 |
+
scipy==1.13.0
|
| 8 |
+
biopython==1.83
|
| 9 |
+
anarcii==2.0.2
|
| 10 |
+
huggingface_hub==0.22.2
|
| 11 |
+
matplotlib==3.8.4
|
| 12 |
+
tqdm==4.66.2
|
| 13 |
+
pyyaml==6.0.1
|
| 14 |
+
joblib==1.3.2
|
| 15 |
+
fair-esm==2.0.0
|
| 16 |
+
statsmodels==0.14.2
|
| 17 |
+
gradio==4.21.0
|
| 18 |
+
openpyxl==3.1.5
|
| 19 |
+
black==24.4.2
|
| 20 |
+
ruff==0.4.1
|
| 21 |
+
mypy==1.9.0
|
| 22 |
+
pytest==8.1.1
|