Skip to content

Commit

Permalink
BLD: use numpy 1.26.0b1 to build on CPython 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Aug 15, 2023
1 parent 0b6cf70 commit 9e51c94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ requires = [

# see https://github.com/yt-project/yt/issues/4044
"Cython>=3.0, <3.1",
"oldest-supported-numpy",
# TODO: simplify numpy requirement after numpy 1.26.0 final is released
"oldest-supported-numpy ; python_version < '3.12'",
"numpy>=1.26.0b1 ; python_version >= '3.12'",
"ewah-bool-utils>=1.0.2",
]
build-backend = "setuptools.build_meta:__legacy__"
Expand Down

0 comments on commit 9e51c94

Please sign in to comment.