Update requirements.txt
Browse files- requirements.txt +8 -10
requirements.txt
CHANGED
|
@@ -1,16 +1,14 @@
|
|
| 1 |
-
|
| 2 |
-
pandas==2.1.4
|
| 3 |
nltk==3.8.1
|
| 4 |
regex
|
| 5 |
uvicorn
|
| 6 |
spaces
|
|
|
|
| 7 |
h5py
|
|
|
|
|
|
|
| 8 |
protobuf==3.20.3
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
streamlit==1.35.0
|
| 15 |
-
altair==5.2.0
|
| 16 |
-
|
|
|
|
| 1 |
+
keras==3.5.0
|
|
|
|
| 2 |
nltk==3.8.1
|
| 3 |
regex
|
| 4 |
uvicorn
|
| 5 |
spaces
|
| 6 |
+
numpy
|
| 7 |
h5py
|
| 8 |
+
nltk
|
| 9 |
+
numpy==1.26.4
|
| 10 |
protobuf==3.20.3
|
| 11 |
+
streamlit==1.5.1 # Requested version
|
| 12 |
+
pandas
|
| 13 |
+
scikit-learn # often needed for label encoders/MLBs, even if not explicitly imported
|
| 14 |
+
tensorflow
|
|
|
|
|
|
|
|
|
|
|
|