Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +17 -10
requirements.txt
CHANGED
@@ -1,11 +1,18 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
7 |
scikit_learn==1.1.2
|
8 |
-
scipy
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
matplotlib==3.7.5
|
2 |
+
nglview==3.1.1
|
3 |
+
numpy==1.24.4
|
4 |
+
numpy==1.24.3
|
5 |
+
pandas==2.0.3
|
6 |
+
Pillow==10.1.0
|
7 |
+
Pillow==10.2.0
|
8 |
+
pytest==7.4.4
|
9 |
+
Requests==2.31.0
|
10 |
scikit_learn==1.1.2
|
11 |
+
scipy==1.12.0
|
12 |
+
setuptools==69.0.3
|
13 |
+
setuptools==68.2.2
|
14 |
+
stmol==0.0.9
|
15 |
+
streamlit==1.31.0
|
16 |
+
torch==1.10.1+cu111
|
17 |
+
tqdm==4.66.1
|
18 |
+
transformers==4.24.0
|