munem420 commited on
Commit
0be571a
·
verified ·
1 Parent(s): d14b4b9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -7
requirements.txt CHANGED
@@ -1,12 +1,8 @@
1
- # Upgrade Gradio to a newer compatible version
2
- gradio>=4.31.0
3
-
4
- # YFinance requires websockets >=12.0
5
- websockets>=12.0
6
-
7
  tensorflow
8
  scikit-learn
9
- yfinance
10
  pandas
11
  numpy
12
  huggingface-hub
 
1
+ gradio==4.29.0
2
+ websockets<12.0
3
+ yfinance==0.2.38
 
 
 
4
  tensorflow
5
  scikit-learn
 
6
  pandas
7
  numpy
8
  huggingface-hub