Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -5,8 +5,7 @@ folium
|
|
5 |
pandas
|
6 |
scikit-learn
|
7 |
nltk==3.8.1
|
8 |
-
numpy
|
9 |
-
tflearn==0.5.0
|
10 |
tensorflow==2.9.1
|
11 |
gradio==3.23.0
|
12 |
-
Pillow==8.4.0
|
|
|
5 |
pandas
|
6 |
scikit-learn
|
7 |
nltk==3.8.1
|
8 |
+
numpy<1.24 # More flexible for TensorFlow compatibility
|
|
|
9 |
tensorflow==2.9.1
|
10 |
gradio==3.23.0
|
11 |
+
Pillow==8.4.0
|