COCODEDE04 commited on
Commit
27462d5
·
verified ·
1 Parent(s): 09d13e0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -8
requirements.txt CHANGED
@@ -1,10 +1,7 @@
1
- # ==== CORE ====
2
  tensorflow-cpu==2.13.1
3
  numpy<1.24
4
- typing-extensions==4.5.0
5
- h5py==3.8.0
6
-
7
- # ==== GRADIO (v3 line, Pydantic 1.x) ====
8
- gradio==3.50.2
9
- pydantic==1.10.13
10
- uvicorn==0.22.0 # (gradio runs without it, but good to have)
 
 
1
  tensorflow-cpu==2.13.1
2
  numpy<1.24
3
+ pandas==1.5.3
4
+ gradio==3.44.4
5
+ fastapi==0.95.2
6
+ uvicorn==0.22.0
7
+ typing-extensions==4.5.0