Skip to content

Commit

Permalink
Use version of setuptools that includes fix for pypa/setuptools#1963
Browse files Browse the repository at this point in the history
  • Loading branch information
mwoodbri committed Jul 31, 2020
1 parent 107e7fd commit 0a014c6
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 0a014c6

Please sign in to comment.