Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -4,7 +4,7 @@ imageio==2.9.0
|
|
4 |
omegaconf==2.1.1
|
5 |
opencv_python>=4.1.2
|
6 |
pandas==2.0.0
|
7 |
-
Pillow
|
8 |
pytorch_lightning==1.8.3
|
9 |
PyYAML==6.0
|
10 |
setuptools==65.6.3
|
@@ -23,7 +23,6 @@ kornia
|
|
23 |
sk-video>=1.1.10
|
24 |
firebase-admin
|
25 |
numpy
|
26 |
-
Pillow==9.2.0
|
27 |
tensorflow==2.9.1
|
28 |
matplotlib
|
29 |
timm>=0.9
|
|
|
4 |
omegaconf==2.1.1
|
5 |
opencv_python>=4.1.2
|
6 |
pandas==2.0.0
|
7 |
+
Pillow>=9.2.0,<=9.5.0
|
8 |
pytorch_lightning==1.8.3
|
9 |
PyYAML==6.0
|
10 |
setuptools==65.6.3
|
|
|
23 |
sk-video>=1.1.10
|
24 |
firebase-admin
|
25 |
numpy
|
|
|
26 |
tensorflow==2.9.1
|
27 |
matplotlib
|
28 |
timm>=0.9
|