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 92deb1e commit 9ca42ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ requires = [

# see https://github.com/yt-project/ewah_bool_utils/issues/52
"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.0rc1'",
"numpy>=1.26.0b1 ; python_version >= '3.12.0rc1'",
]

[project]
Expand Down

0 comments on commit 9ca42ef

Please sign in to comment.