Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -3,7 +3,7 @@ uvicorn==0.24.0
|
|
| 3 |
pandas
|
| 4 |
numpy
|
| 5 |
yfinance==0.2.28
|
| 6 |
-
torch
|
| 7 |
transformers==4.35.2
|
| 8 |
httpx==0.25.1
|
| 9 |
pydantic==2.5.0
|
|
|
|
| 3 |
pandas
|
| 4 |
numpy
|
| 5 |
yfinance==0.2.28
|
| 6 |
+
torch --index-url https://download.pytorch.org/whl/cpu
|
| 7 |
transformers==4.35.2
|
| 8 |
httpx==0.25.1
|
| 9 |
pydantic==2.5.0
|