vikashmakeit commited on
Commit
bb1858e
·
verified ·
1 Parent(s): 75e627e

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -7
requirements.txt CHANGED
@@ -1,7 +1,12 @@
1
- gradio>=4.0.0
2
- matplotlib
3
- numpy
4
- scipy
5
- Pillow
6
- requests
7
- plotly
 
 
 
 
 
 
1
+ gradio>=5.0,<6.0
2
+ Pillow>=10.0
3
+ matplotlib>=3.8
4
+ numpy>=1.26,<2
5
+ scipy>=1.10
6
+ plotly>=5.18
7
+ trimesh>=4.0
8
+ svgpathtools>=1.7
9
+ svgwrite>=1.4
10
+ PyYAML>=6.0
11
+ psutil>=5.9
12
+ requests>=2.31