Skip to content

Commit

Permalink
Require a more recent pillow version so PIL.ImageTk will work
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Apr 14, 2023
1 parent 2aedf91 commit 6dadc9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ numpy
scipy
pyperclip
tksheet
pillow>=8.0.0

# for building documentation
sphinx
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
readme_file = pathlib.Path(__file__).parent.resolve() / 'README.md'
readme_contents = readme_file.read_text()

install_requires = ['pyperclip', 'tksheet', 'matplotlib', 'numpy', 'scipy', 'PLAN-Tools>=0.5']
install_requires = ['pyperclip', 'tksheet', 'matplotlib', 'numpy', 'scipy', 'PLAN-Tools>=0.5', 'pillow>=8.0.0']
if system() == 'Windows':
install_requires.append('pypiwin32')

Expand Down

0 comments on commit 6dadc9a

Please sign in to comment.