DreamStream-1 commited on
Commit
7523da5
·
verified ·
1 Parent(s): 2a7035a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -3
requirements.txt CHANGED
@@ -5,8 +5,7 @@ folium
5
  pandas
6
  scikit-learn
7
  nltk==3.8.1
8
- numpy==1.23.5
9
- tflearn==0.5.0
10
  tensorflow==2.9.1
11
  gradio==3.23.0
12
- Pillow==8.4.0 # Compatible with Image.ANTIALIAS
 
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