Skip to content

Commit

Permalink
pkg_resources needs setuptools, so it is now a runtime requirement also
Browse files Browse the repository at this point in the history
  • Loading branch information
ewu63 committed Jul 15, 2024
1 parent 73bc88b commit ec7f0c5
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 @@ -106,6 +106,7 @@ def copy_shared_libraries():
"numpy>=1.21",
"scipy>=1.7",
"mdolab-baseclasses>=1.3.1",
"setuptools",
],
extras_require={
"optview": [
Expand Down

0 comments on commit ec7f0c5

Please sign in to comment.