DreamStream-1 commited on
Commit
26ec35b
·
verified ·
1 Parent(s): fa97be4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,14 +1,10 @@
1
- torch==2.1.0
2
  transformers
3
  requests
4
  googlemaps
5
  geocoder
6
  pandas==1.5.3
7
  beautifulsoup4==4.11.2
8
- nltk==3.8.1
9
  numpy==1.23.5
10
- tflearn==0.5.0
11
- tensorflow==2.9.1
12
  gradio==3.23.0
13
  Pillow==8.4.0 # Compatible with Image.ANTIALIAS
14
  selenium
@@ -17,4 +13,8 @@ tensorflow
17
  scipy
18
  streamlit
19
  folium
 
 
 
 
20
 
 
 
1
  transformers
2
  requests
3
  googlemaps
4
  geocoder
5
  pandas==1.5.3
6
  beautifulsoup4==4.11.2
 
7
  numpy==1.23.5
 
 
8
  gradio==3.23.0
9
  Pillow==8.4.0 # Compatible with Image.ANTIALIAS
10
  selenium
 
13
  scipy
14
  streamlit
15
  folium
16
+ tensorflow==2.11.0
17
+ tflearn==0.5.0
18
+ nltk==3.6.3
19
+ torch==1.13.0
20