Update requirement.txt
Browse files- requirement.txt +2 -2
requirement.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
streamlit==1.19.0
|
| 2 |
-
tensorflow==2.16.
|
| 3 |
nltk==3.8.1
|
| 4 |
scikit-learn==1.2.0
|
| 5 |
numpy==1.24.1
|
| 6 |
-
pandas==1.5.3
|
|
|
|
| 1 |
streamlit==1.19.0
|
| 2 |
+
tensorflow==2.16.1
|
| 3 |
nltk==3.8.1
|
| 4 |
scikit-learn==1.2.0
|
| 5 |
numpy==1.24.1
|
| 6 |
+
pandas==1.5.3
|