DreamStream-1 commited on
Commit
5c1383a
·
verified ·
1 Parent(s): 7523da5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -11
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
- transformers
2
- torch
3
- googlemaps
4
- folium
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
 
1
+ nltk>=3.7
2
+ numpy>=1.21
3
+ tflearn>=0.5.0
4
+ tensorflow==1.15
5
+ gradio>=3.0
6
+ transformers>=4.29.2
7
+ torch>=2.0.0
8
+ googlemaps>=4.5.3
9
+ folium>=0.14.0
10
+ pandas>=1.5
11
+ scikit-learn>=1.2