AbhishekShrimali commited on
Commit
0dc93aa
·
verified ·
1 Parent(s): 3c3449d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -10
requirements.txt CHANGED
@@ -1,10 +1,8 @@
1
- streamlit
2
- pandas
3
- numpy
4
- seaborn
5
- matplotlib
6
- scipy
7
- scikit-learn
8
- ydata-profiling
9
- pandas-profiling
10
- pydantic-settings
 
1
+ streamlit==1.41.1
2
+ pandas==2.2.3
3
+ numpy==2.0.2
4
+ seaborn==0.13.2
5
+ matplotlib==3.10.0
6
+ scikit-learn==1.6.1
7
+ scipy==1.15.1
8
+ ydata-profiling==4.12.2