Spaces:
Running
Running
fix-dependencies
#2
by pedrobouzon - opened
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
torch==2.6.0
|
| 2 |
torchvision==0.21.0
|
| 3 |
-
pillow=
|
| 4 |
numpy==1.26.3
|
| 5 |
onnx==1.16.1
|
| 6 |
onnxruntime==1.18.0
|
|
|
|
| 1 |
torch==2.6.0
|
| 2 |
torchvision==0.21.0
|
| 3 |
+
pillow>=10.4.0
|
| 4 |
numpy==1.26.3
|
| 5 |
onnx==1.16.1
|
| 6 |
onnxruntime==1.18.0
|