Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -7,11 +7,11 @@ numpy
|
|
| 7 |
h5py
|
| 8 |
nltk
|
| 9 |
numpy==1.26.4
|
| 10 |
-
scikit-learn==1.2.2
|
| 11 |
-
tensorflow-cpu==2.13.1
|
| 12 |
protobuf==3.20.3
|
| 13 |
-
|
| 14 |
-
|
|
|
|
|
|
|
| 15 |
|
| 16 |
|
| 17 |
|
|
|
|
| 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
|
| 15 |
|
| 16 |
|
| 17 |
|