sunbal7 commited on
Commit
e76292f
·
verified ·
1 Parent(s): f91b527

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- streamlit
2
- pandas
3
- numpy
4
- matplotlib
5
- pyod
6
- scikit-learn
 
 
1
+ streamlit==1.33.0
2
+ pandas==2.2.2
3
+ numpy==1.26.4
4
+ matplotlib==3.8.4
5
+ scikit-learn==1.4.2
6
+ pyod==1.1.3
7
+ plotly==5.20.0