fix version of pillow
This commit is contained in:
parent
b487e43a18
commit
c5ba2f3f9d
2
setup.py
2
setup.py
@ -28,7 +28,7 @@ setup(
|
|||||||
|
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'torch<=1.1.0',
|
'torch<=1.1.0',
|
||||||
'Pillow<=6.1',
|
'Pillow<=6.3',
|
||||||
'torchvision<=0.3.0',
|
'torchvision<=0.3.0',
|
||||||
'openpifpaf<=0.9.0',
|
'openpifpaf<=0.9.0',
|
||||||
'tabulate<=0.8.3', # For evaluation
|
'tabulate<=0.8.3', # For evaluation
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user