Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -8,7 +8,7 @@ hf_transfer
|
|
| 8 |
pyopengl
|
| 9 |
imgui
|
| 10 |
glfw==2.6.1
|
| 11 |
-
pillow>=9.
|
| 12 |
torchvision>=0.15.2
|
| 13 |
imageio>=2.9.0
|
| 14 |
matplotlib>=3.4.0
|
|
|
|
| 8 |
pyopengl
|
| 9 |
imgui
|
| 10 |
glfw==2.6.1
|
| 11 |
+
pillow>=9.0.0,<10.0.0
|
| 12 |
torchvision>=0.15.2
|
| 13 |
imageio>=2.9.0
|
| 14 |
matplotlib>=3.4.0
|