Milind Kamat commited on
Commit
5eb869a
·
1 Parent(s): 1584dfa

2024 Dec 30: Requirments text updated

Browse files

Signed-off-by: Milind Kamat <36366961+milindkamat0507@users.noreply.github.com>

Files changed (1) hide show
  1. requirements.txt +16 -9
requirements.txt CHANGED
@@ -1,10 +1,17 @@
1
  # requirements.txt
2
-
3
- streamlit>=1.31.0
4
- pandas>=2.1.0
5
- numpy>=1.24.0
6
- plotly>=5.18.0
7
- datetime
8
- pillow>=10.0.0
9
- matplotlib>=3.7.0
10
- scikit-learn>=1.3.0
 
 
 
 
 
 
 
 
1
  # requirements.txt
2
+ streamlit==1.31.1
3
+ pandas==2.2.0
4
+ numpy==1.26.3
5
+ plotly==5.18.0
6
+ plotly-express==0.4.1
7
+ python-dateutil==2.8.2
8
+ pytz==2024.1
9
+ openpyxl==3.1.2
10
+ json5==0.9.14
11
+ jsonschema==4.21.1
12
+ xlrd==2.0.1
13
+ statsmodels==0.14.1
14
+ scikit-learn==1.4.0
15
+ scipy==1.12.0
16
+ matplotlib==3.8.2
17
+ seaborn==0.13.1