diff --git a/setup.py b/setup.py index 7377353..22ec642 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ install_requires=[ 'pillow<8.3', # upper limit for torchvision 0.10.0 compatibility - 'openpifpaf>=v0.12.10,<=v0.12.12', + 'openpifpaf>=v0.12.10', 'matplotlib', 'pyyaml', ],