Skip to content

Commit

Permalink
Merge pull request #4870 from neutrinoceros/bp/4.3.x/4859
Browse files Browse the repository at this point in the history
Backport PR #4859: BLD: add support for numpy 2
  • Loading branch information
chrishavlin committed Apr 5, 2024
2 parents 2afde35 + e0d31d4 commit 8647a7d
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 8647a7d

Please sign in to comment.