Skip to content

Commit

Permalink
Use most recent version of enum34 for python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed Nov 3, 2020
1 parent 3221d34 commit 6141ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def run(self):
install_requires = ["cffi>=1.0.0", "strip-hints"]

if sys.version_info < (3, 4):
install_requires.append("enum34==1.1.8")
install_requires.append("enum34")

setup(
name="helics",
Expand Down

0 comments on commit 6141ffd

Please sign in to comment.