Update requirements.txt
Browse files- requirements.txt +18 -19
requirements.txt
CHANGED
|
@@ -1,19 +1,18 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
-
torch==2.5.1+cpu
|
| 3 |
-
transformers==4.57.6
|
| 4 |
-
fair-esm==2.0.0
|
| 5 |
-
biopython>=1.79
|
| 6 |
-
lightgbm==4.6.0
|
| 7 |
-
catboost==1.2.10
|
| 8 |
-
xgboost==3.1.3
|
| 9 |
-
scikit-learn==1.7.2
|
| 10 |
-
scipy==1.15.3
|
| 11 |
-
numpy==1.26.4
|
| 12 |
-
pandas==2.3.3
|
| 13 |
-
rdkit==2025.9.5
|
| 14 |
-
joblib==1.4.0
|
| 15 |
-
matplotlib==3.8.4
|
| 16 |
-
huggingface-hub==0.36.0
|
| 17 |
-
tqdm==4.67.3
|
| 18 |
-
shap==0.49.1
|
| 19 |
-
streamlit==1.55.0
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
torch==2.5.1+cpu
|
| 3 |
+
transformers==4.57.6
|
| 4 |
+
fair-esm==2.0.0
|
| 5 |
+
biopython>=1.79
|
| 6 |
+
lightgbm==4.6.0
|
| 7 |
+
catboost==1.2.10
|
| 8 |
+
xgboost==3.1.3
|
| 9 |
+
scikit-learn==1.7.2
|
| 10 |
+
scipy==1.15.3
|
| 11 |
+
numpy==1.26.4
|
| 12 |
+
pandas==2.3.3
|
| 13 |
+
rdkit==2025.9.5
|
| 14 |
+
joblib==1.4.0
|
| 15 |
+
matplotlib==3.8.4
|
| 16 |
+
huggingface-hub==0.36.0
|
| 17 |
+
tqdm==4.67.3
|
| 18 |
+
shap==0.49.1
|
|
|