danielle2003 commited on
Commit
b152487
·
verified ·
1 Parent(s): 086c7b3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -9
requirements.txt CHANGED
@@ -1,9 +1,10 @@
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
+ huggingface_hub
4
+ keras==3.8.0
5
+ streamlit==1.41.1
6
+ tensorflow==2.18.0
7
+ torchvision==0.15.2
8
+ pandas==2.0.3
9
+ numpy==1.26.0
10
+ scikit-learn==1.3.0