kerzel commited on
Commit
d7afb8c
·
1 Parent(s): c836a9e

debug requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -1
requirements.txt CHANGED
@@ -1,7 +1,10 @@
 
1
  gradio==4.44.1
2
  matplotlib==3.9.1
3
  scikit-learn==1.5.1
4
  scipy==1.14.0
5
  tensorflow-cpu==2.16.1
6
  pandas==2.2.2
7
- imageio==2.37.0
 
 
 
1
+ pip==24.0 # Ensure pip itself is up-to-date
2
  gradio==4.44.1
3
  matplotlib==3.9.1
4
  scikit-learn==1.5.1
5
  scipy==1.14.0
6
  tensorflow-cpu==2.16.1
7
  pandas==2.2.2
8
+ imageio==2.37.0
9
+ pydantic==2.7.1 # Pin a version compatible with Gradio 4.x
10
+ fastapi==0.110.1 # Pin a version compatible with Gradio 4.x