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 | |
| parent | e137a2fe03df8717af51bb44111744283feaa776 (diff) | |
pin pillow version to one with qt5 support
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -49,7 +49,7 @@ setup( | |||
| 49 | package_dir={PACKAGE_NAME: SOURCE_DIRECTORY}, | 49 | package_dir={PACKAGE_NAME: SOURCE_DIRECTORY}, |
| 50 | include_package_data=True, | 50 | include_package_data=True, |
| 51 | install_requires=[ | 51 | install_requires=[ |
| 52 | 'Pillow', | 52 | 'Pillow==9.1.1', |
| 53 | 'PyQt5', | 53 | 'PyQt5', |
| 54 | 'numpy', | 54 | 'numpy', |
| 55 | 'pytest', | 55 | 'pytest', |
