Skip to content

Commit

Permalink
Merge pull request #122 from mhvk/remove-numpy-version-constraint
Browse files Browse the repository at this point in the history
Remove numpy version constraint
  • Loading branch information
mhvk committed Mar 3, 2024
2 parents c498084 + 31b9c2a commit eb1c732
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 eb1c732

Please sign in to comment.