Skip to content

Commit

Permalink
Make sure enum is part of the setup.py (asyml#852)
Browse files Browse the repository at this point in the history
* Make sure enum is part of the setup.py

* missing comma
  • Loading branch information
hunterhector authored Jul 5, 2022
1 parent 8b233e4 commit da5e6f4
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 @@ -36,6 +36,7 @@
include_package_data=True,
platforms="any",
install_requires=[
"enum34==1.1.10;python_version<'3.4'",
"sortedcontainers>=2.1.0",
"numpy>=1.16.6",
"jsonpickle>=1.4",
Expand Down

0 comments on commit da5e6f4

Please sign in to comment.