Skip to content

Commit

Permalink
Remove numpy version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
mhvk committed Oct 18, 2023
1 parent 1903739 commit 31b9c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ requires = [
"setuptools",
"setuptools_scm>=6.2",
"jinja2>=2.10.3",
"numpy>=1.25,<2"
"numpy"
]
build-backend = 'setuptools.build_meta'

0 comments on commit 31b9c2a

Please sign in to comment.