Spaces:
Sleeping
Sleeping
Commit
·
c68eacd
1
Parent(s):
091dbc1
Fix Pillow version
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -3,6 +3,7 @@ torch==1.9.0+cu111
|
|
3 |
torchvision==0.10.0+cu111
|
4 |
torchaudio==0.9.0
|
5 |
numpy==1.23
|
|
|
6 |
-f https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.9/index.html
|
7 |
detectron2==0.6
|
8 |
opencv-python
|
|
|
3 |
torchvision==0.10.0+cu111
|
4 |
torchaudio==0.9.0
|
5 |
numpy==1.23
|
6 |
+
Pillow<=10.0.0
|
7 |
-f https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.9/index.html
|
8 |
detectron2==0.6
|
9 |
opencv-python
|