Skip to content

Commit

Permalink
Build with numpy 2.0 (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm authored Jun 23, 2024
1 parent f667823 commit 101125c
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 @@ -25,7 +25,7 @@ test = ["pytest", "pytest-xdist"]
"Bug Tracker" = "https://github.com/dfm/python-fsps/issues"

[build-system]
requires = ["scikit-build-core", "oldest-supported-numpy"]
requires = ["scikit-build-core", "numpy"]
build-backend = "scikit_build_core.build"

[tool.scikit-build]
Expand Down

0 comments on commit 101125c

Please sign in to comment.