Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +14 -12
requirements.txt
CHANGED
@@ -1,12 +1,14 @@
|
|
1 |
-
torch
|
2 |
-
gradio
|
3 |
-
numpy
|
4 |
-
scikit-learn
|
5 |
-
joblib
|
6 |
-
shap
|
7 |
-
ipython
|
8 |
-
matplotlib
|
9 |
-
seaborn
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
gradio>=3.50.0
|
3 |
+
numpy>=1.24.0
|
4 |
+
scikit-learn>=1.3.0
|
5 |
+
joblib>=1.3.0
|
6 |
+
shap>=0.42.0
|
7 |
+
ipython>=8.12.0
|
8 |
+
matplotlib>=3.7.0
|
9 |
+
seaborn>=0.12.0
|
10 |
+
biopython>=1.81
|
11 |
+
reportlab>=4.0.0
|
12 |
+
Pillow>=10.0.0
|
13 |
+
scipy>=1.11.0
|
14 |
+
pandas>=2.0.0
|