COCODEDE04 commited on
Commit
01a19dd
·
verified ·
1 Parent(s): 929335e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -7
requirements.txt CHANGED
@@ -1,8 +1,5 @@
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
 
 
 
 
 
 
 
 
1
  tensorflow-cpu==2.13.1
2
+ numpy<1.24
3
+ fastapi==0.95.2 # uses Pydantic v1 → no typing-extensions conflict
4
+ uvicorn==0.22.0
5
+ typing-extensions<4.6.0 # satisfies TF 2.13 constraint