Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
numpy
|
4 |
-
matplotlib
|
5 |
-
pysstv
|
|
|
1 |
+
gradio>=3.30
|
2 |
+
pysstv>=0.2
|
3 |
+
numpy>=1.23
|
4 |
+
matplotlib>=3.5
|
|