diff options
| author | Brianna Rainey | 2024-04-10 17:21:54 +0000 |
|---|---|---|
| committer | GitHub | 2024-04-10 17:21:54 +0000 |
| commit | 11b12d58e90bf75d1030709ba3f1f20c3d37628a (patch) | |
| tree | bfe0e1fb1c3f9dbfbc2f173f9f347c34c0994797 /setup.py | |
| parent | e137a2fe03df8717af51bb44111744283feaa776 (diff) | |
pin pillow version to one with qt5 support
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ setup( package_dir={PACKAGE_NAME: SOURCE_DIRECTORY}, include_package_data=True, install_requires=[ - 'Pillow', + 'Pillow==9.1.1', 'PyQt5', 'numpy', 'pytest', |
