Skip to content

Commit

Permalink
Backport PR yt-project#4859: BLD: add support for numpy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Apr 4, 2024
1 parent 2afde35 commit e0d31d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ requires = [
# for the upper pin in Cython
# see https://github.com/yt-project/yt/issues/4044
"Cython>=3.0.3, <3.1",
"numpy>=1.25, <2.0",
"ewah-bool-utils>=1.0.2",
"numpy>=2.0.0rc1",
"ewah-bool-utils>=1.2.0",
]
build-backend = "setuptools.build_meta:__legacy__"

Expand Down Expand Up @@ -44,11 +44,11 @@ keywords = [
requires-python = ">=3.9.2"
dependencies = [
"cmyt>=1.1.2",
"ewah-bool-utils>=1.0.2",
"ewah-bool-utils>=1.2.0",
"ipywidgets>=8.0.0",
"matplotlib>=3.5",
"more-itertools>=8.4",
"numpy>=1.19.3, <2", # keep minimal requirement in sync with NPY_TARGET_VERSION
"numpy>=1.19.3, <3", # keep minimal requirement in sync with NPY_TARGET_VERSION
"packaging>=20.9",
"pillow>=8.0.0",
"tomli-w>=0.4.0",
Expand Down Expand Up @@ -202,7 +202,7 @@ mapserver = [
]
minimal = [
"cmyt==1.1.2",
"ewah-bool-utils==1.0.2",
"ewah-bool-utils==1.2.0",
"ipywidgets==8.0.0",
"matplotlib==3.5",
"more-itertools==8.4",
Expand Down

0 comments on commit e0d31d4

Please sign in to comment.