Skip to content

Commit

Permalink
remove setup_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBok committed Jun 8, 2024
1 parent 811df89 commit 812f252
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
setup(
version=version,
install_requires=["numpy >=1.18.5"],
setup_requires=["numpy >=1.18.5"],
ext_modules=[NLOptBuildExtension("nlopt._nlopt", version)],
cmdclass={"build_ext": NLOptBuild},
zip_safe=False,
Expand Down

0 comments on commit 812f252

Please sign in to comment.