Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Zero-queue, API-only
|
| 2 |
+
fastapi==0.95.2 # pydantic v1 line → compatible with typing-extensions 4.5.0
|
| 3 |
+
uvicorn==0.23.2
|
| 4 |
+
|
| 5 |
+
# TensorFlow CPU and friends (stable combo)
|
| 6 |
+
tensorflow-cpu==2.13.1
|
| 7 |
+
numpy==1.23.5 # TF 2.13 expects <1.24
|
| 8 |
+
typing-extensions==4.5.0 # TF 2.13 expects <4.6
|