Update requirements.txt to remove specific versioning for dependencies
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
gradio
|
2 |
-
numpy
|
3 |
-
onnxruntime
|
4 |
-
Pillow
|
5 |
-
Pillow==11.0.0
|
|
|
1 |
+
gradio
|
2 |
+
numpy
|
3 |
+
onnxruntime
|
4 |
+
Pillow
|
|