Aliou12 commited on
Commit
813757a
·
verified ·
1 Parent(s): 9d5c039

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -24
requirements.txt CHANGED
@@ -1,24 +1,24 @@
1
- gradio==5.10.0
2
- Flask==3.1.0
3
- Flask-SQLAlchemy==3.1.1
4
- Flask-Bootstrap==3.3.7.1
5
- Flask-WTF==1.2.1
6
- joblib==1.4.2
7
- scikit-learn==1.5.1
8
- numpy==2.2.2
9
- pandas==2.2.3
10
- matplotlib==3.8.4
11
- seaborn==0.13.2
12
- scipy==1.13.0
13
- statsmodels==0.14.4
14
- streamlit==1.41.1
15
- google-api-core==2.24.0
16
- google-auth==2.37.0
17
- google-auth-httplib2==0.2.0
18
- huggingface-hub==0.27.1
19
- gunicorn==22.0.0
20
- uvicorn==0.34.0
21
- Werkzeug==3.1.3
22
- requests==2.32.3
23
- beautifulsoup4==4.12.3
24
- plotly==5.18.0
 
1
+ gradio
2
+ Flask
3
+ Flask-SQLAlchemy
4
+ Flask-Bootstrap
5
+ Flask-WTF
6
+ joblib
7
+ scikit-learn
8
+ numpy
9
+ pandas
10
+ matplotlib
11
+ seaborn
12
+ scipy
13
+ statsmodels
14
+ streamlit
15
+ google-api-core
16
+ google-auth
17
+ google-auth-httplib2
18
+ huggingface-hub
19
+ gunicorn
20
+ uvicorn
21
+ Werkzeug
22
+ requests
23
+ beautifulsoup4
24
+ plotly