Spaces:
Running
Running
Add keras and yfinace to requirements.txt
Browse files- 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
|