Skip to content

Commit

Permalink
really > 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdenobel committed Jun 28, 2024
1 parent 03f0a00 commit b210e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = [
"wheel",
"cmake",
"mypy",
"numpy<=2.0.0",
"numpy<2.0.0",
"pybind11",
"ninja",
"xmltodict",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,5 @@ def build_extension(self, ext):
],
license="BSD",
url="https://iohprofiler.github.io/IOHexperimenter",
install_requires=["numpy<=2.0.0"]
install_requires=["numpy<2.0.0"]
)

0 comments on commit b210e67

Please sign in to comment.