Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
|
|
|
|
1 |
yfinance==0.2.54
|
2 |
pandas==2.1.4
|
3 |
plotly==5.24.1
|
4 |
gradio==5.17.0
|
5 |
timesfm==1.2.8
|
6 |
-
|
7 |
-
jaxlib==0.4.23
|
|
|
1 |
+
jax==0.4.23
|
2 |
+
jaxlib==0.4.23
|
3 |
yfinance==0.2.54
|
4 |
pandas==2.1.4
|
5 |
plotly==5.24.1
|
6 |
gradio==5.17.0
|
7 |
timesfm==1.2.8
|
8 |
+
torch==2.1.0 # Add PyTorch for PyTorch backend
|
|