danielle2003 commited on
Commit
594b57c
·
verified ·
1 Parent(s): b223b47

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- matplotlib
2
- pandas
3
- numpy
4
- yfinance
5
- scikit-learn
6
- streamlit>=1.41.1
7
- huggingface_hub
8
- keras
9
- tensorflow
 
1
+ matplotlib==3.8.0
2
+ yfinance==0.2.55
3
+ keras==3.8.0
4
+ streamlit==1.41.1
5
+ tensorflow==2.18.0
6
+ torchvision==0.15.2
7
+ pandas==2.0.3
8
+ numpy==1.26.0
9
+ scikit-learn==1.3.0