Spaces:
Sleeping
Sleeping
Commit ·
a967b1c
1
Parent(s): d6bedc3
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
|
@@ -1,12 +1,11 @@
|
|
| 1 |
streamlit
|
| 2 |
nltk
|
| 3 |
scikit-learn
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
pydantic~=1.0
|
| 10 |
|
| 11 |
|
| 12 |
|
|
|
|
| 1 |
streamlit
|
| 2 |
nltk
|
| 3 |
scikit-learn
|
| 4 |
+
numpy>=1.19.0
|
| 5 |
+
pandas>=1.2.0,<2.0.0
|
| 6 |
+
scikit-learn>=0.24.0
|
| 7 |
+
requests==2.26.0
|
| 8 |
+
|
|
|
|
| 9 |
|
| 10 |
|
| 11 |
|