Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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", # 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