Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.111.0
|
2 |
+
uvicorn[standard]==0.29.0
|
3 |
+
jinja2>=3.1
|
4 |
+
httpx>=0.27
|
5 |
+
apscheduler>=3.10
|
6 |
+
python-dotenv>=1.0
|
7 |
+
transformers>=4.42
|
8 |
+
torch>=2.3 # CPU wheel downloaded automatically
|