Spaces:
Running
Running
Upload requirements.txt
Browse files- requirements.txt +12 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,12 @@
|
|
| 1 |
-
gradio>=
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|