bhuvaneshprasad commited on
Commit
1160f7b
1 Parent(s): b9f3769

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -18
requirements.txt CHANGED
@@ -1,18 +1,16 @@
1
- tensorflow==2.17.0
2
- opendatasets==0.1.22
3
- yfinance==0.2.40
4
- pandas==2.2.2
5
- numpy
6
- matplotlib==3.9.1
7
- seaborn==0.13.2
8
- python-box==7.2.0
9
- pyYAML==6.0.1
10
- tqdm==4.66.4
11
- ensure==1.0.4
12
- joblib==1.4.2
13
- types-PyYAML==6.0.12
14
- fastapi==0.111.0
15
- streamlit==1.36.0
16
- plotly==5.22.0
17
- scikit-learn
18
- -e .
 
1
+ tensorflow==2.17.0
2
+ yfinance==0.2.40
3
+ pandas==2.2.2
4
+ numpy
5
+ matplotlib==3.9.1
6
+ seaborn==0.13.2
7
+ python-box==7.2.0
8
+ pyYAML==6.0.1
9
+ tqdm==4.66.4
10
+ ensure==1.0.4
11
+ joblib==1.4.2
12
+ types-PyYAML==6.0.12
13
+ fastapi==0.111.0
14
+ streamlit==1.36.0
15
+ plotly==5.22.0
16
+ scikit-learn