Skip to content

Commit

Permalink
Require np 2.0 on build system
Browse files Browse the repository at this point in the history
  • Loading branch information
johnveitch committed Jul 12, 2024
1 parent a8fc326 commit 5e61c54
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 @@ -12,7 +12,7 @@ license={text='MIT'}
Repository='https://github.com/johnveitch/cpnest'
Documentation='https://johnveitch.github.io/cpnest'
[build-system]
requires = ["setuptools_scm", "numpy", "cython"]
requires = ["setuptools_scm", "numpy>=2.0", "cython"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
Expand Down

0 comments on commit 5e61c54

Please sign in to comment.