diff --git a/src/python/setup.py b/src/python/setup.py index 373c351..933892d 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -12,7 +12,7 @@ author_email='tomoinn@gmail.com', license='GPL3', packages=find_namespace_packages(), - install_requires=['requests==2.22.0', 'pydotplus==2.0.2', 'rply==0.7.6', 'pillow==8.1.0', + install_requires=['requests==2.22.0', 'pydotplus==2.0.2', 'rply==0.7.6', 'pillow==9.0.1', 'fpdf==1.7.2', 'pypdf2', 'pyyaml', 'guizero', 'python-dateutil', 'beautifulsoup4', 'torch', 'torchvision'], package_data={'pathfinder.mapmaker.pytorch': ['*.pt'],