Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
|
|
|
2 |
|
3 |
# ===== CORE API =====
|
4 |
fastapi==0.95.2
|
@@ -6,7 +7,7 @@ uvicorn==0.22.0
|
|
6 |
python-multipart==0.0.6
|
7 |
python-dotenv==1.0.0
|
8 |
|
9 |
-
# ===== AI/ML
|
10 |
torch==1.13.1 --extra-index-url https://download.pytorch.org/whl/cpu
|
11 |
transformers==4.28.1
|
12 |
diffusers==0.14.0
|
|
|
1 |
+
# ===== LOCKED CRITICAL VERSIONS =====
|
2 |
+
huggingface-hub==0.13.4 # cached_download still exists
|
3 |
|
4 |
# ===== CORE API =====
|
5 |
fastapi==0.95.2
|
|
|
7 |
python-multipart==0.0.6
|
8 |
python-dotenv==1.0.0
|
9 |
|
10 |
+
# ===== AI/ML =====
|
11 |
torch==1.13.1 --extra-index-url https://download.pytorch.org/whl/cpu
|
12 |
transformers==4.28.1
|
13 |
diffusers==0.14.0
|