Ashar086 commited on
Commit
27b7dec
·
verified ·
1 Parent(s): 21348b4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -22
requirements.txt CHANGED
@@ -1,20 +1,3 @@
1
- streamlit
2
- pandas
3
- numpy
4
- scipy
5
- scikit-learn
6
- matplotlib
7
- seaborn
8
- requests
9
- geopandas
10
- nltk
11
- textblob
12
- wordcloud
13
- transformers
14
- prophet
15
- statsmodels
16
- openai
17
-
18
  streamlit
19
  pandas
20
  numpy
@@ -30,12 +13,11 @@ transformers
30
  statsmodels
31
  prophet
32
 
33
- # Add either TensorFlow or PyTorch depending on your preference
34
- # Uncomment the one you want to use
35
-
36
-
37
  torch
38
  torchvision
39
  torchaudio
40
 
41
- tensorflow
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  streamlit
2
  pandas
3
  numpy
 
13
  statsmodels
14
  prophet
15
 
16
+ # For PyTorch (optional)
 
 
 
17
  torch
18
  torchvision
19
  torchaudio
20
 
21
+ # TensorFlow (with compatible version of Keras)
22
+ tensorflow<2.12
23
+ tf-keras==2.11