parkerjj commited on
Commit
af701d0
·
1 Parent(s): 62f31c8

Add keras and yfinace to requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -1
requirements.txt CHANGED
@@ -10,4 +10,7 @@ requests
10
  sentencepiece
11
  torch==2.2.2
12
  transformers
13
- uvicorn[standard]==0.17.*
 
 
 
 
10
  sentencepiece
11
  torch==2.2.2
12
  transformers
13
+ uvicorn[standard]==0.17.*
14
+ keras==3.6.0
15
+ yfinance==0.2.47
16
+ jsonpath==0.82.2