Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -8
requirements.txt
CHANGED
|
@@ -1,9 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
scikit-learn==1.0
|
| 4 |
-
transformers==4.10.0
|
| 5 |
-
torch==1.9.0
|
| 6 |
-
streamlit==1.10.0
|
| 7 |
-
altair<5
|
| 8 |
pickle-mixin
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
scipy
|
| 2 |
+
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
pickle-mixin
|
| 4 |
+
streamlit
|
| 5 |
+
scikit-learn
|
| 6 |
+
torch
|
| 7 |
+
altair<5
|