Skip to content

Commit 0d53e50

Browse files
committed
make build requirement listing in pyproject consistent
1 parent e6058f1 commit 0d53e50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ style = [
8989
"flake8-pyproject==1.2.3",
9090
]
9191
build = [
92-
"meson-python>=0.14.0",
92+
"meson-python>=0.15.0",
9393
"meson",
9494
"ninja",
95-
"numpy>=1.22.4",
95+
"numpy>=2.0.0rc1",
9696
"cython>=3.1.0",
9797
"setuptools_scm",
9898
]

0 commit comments

Comments
 (0)