Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
@@ -12,3 +12,8 @@ torch==1.13.1
|
|
12 |
accelerate>=0.26.0
|
13 |
gunicorn==20.1.0
|
14 |
ollama>=0.1.0
|
|
|
|
|
|
|
|
|
|
|
|
12 |
accelerate>=0.26.0
|
13 |
gunicorn==20.1.0
|
14 |
ollama>=0.1.0
|
15 |
+
yfinance==0.2.31
|
16 |
+
flask==2.0.1
|
17 |
+
flask-cors==3.0.10
|
18 |
+
tvDatafeed==2.0.0
|
19 |
+
talib-binary==0.4.24
|