mike23415 commited on
Commit
eceb343
·
verified ·
1 Parent(s): 415ccf1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -13
requirements.txt CHANGED
@@ -1,13 +1,14 @@
1
- Flask
2
- Flask-CORS
3
- pandas
4
- numpy
5
- scipy
6
- matplotlib
7
- seaborn
8
- openpyxl
9
- xlrd
10
- pyarrow
11
- APScheduler
12
- Werkzeug
13
- gunicorn
 
 
1
+ flask==3.0.3
2
+ flask-cors==5.0.0
3
+ pandas==2.2.3
4
+ numpy==2.1.1
5
+ scipy==1.14.1
6
+ scikit-learn==1.5.2
7
+ matplotlib==3.9.2
8
+ seaborn==0.13.2
9
+ plotly==5.24.1
10
+ apscheduler==4.0.0
11
+ werkzeug==3.0.4
12
+ pyarrow==17.0.0
13
+ openpyxl==3.1.5
14
+ gunicorn==23.0.0