Skip to content

Commit

Permalink
Merge pull request #118 from ImperialCollegeLondon/117-pyinstaller-se…
Browse files Browse the repository at this point in the history
…tuptools

Use version of setuptools that includes fix for pypa/setuptools#1963
  • Loading branch information
dalonsoa authored Jul 31, 2020
2 parents 107e7fd + 0a014c6 commit 9d5feb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
author_email="[email protected]",
setup_requires=["pytest-runner"],
install_requires=[
"setuptools>=49.1.1",
"pillow",
"pydicom",
"scikit-image<=0.15",
Expand Down

0 comments on commit 9d5feb5

Please sign in to comment.