COCODEDE04 commited on
Commit
4ac8b2a
·
verified ·
1 Parent(s): dd58162

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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