Files
2026-01-18 13:02:56 +00:00

16 lines
380 B
Plaintext

Index: pyproject.toml
--- pyproject.toml.orig
+++ pyproject.toml
@@ -97,9 +97,9 @@ maintenance = ["conda-lock==3.0.1"]
build-backend = "mesonpy"
# Minimum requirements for the build system to execute.
requires = [
- "meson-python>=0.16.0,<0.19.0",
+ "meson-python",
"Cython>=3.0.10,<3.2.0",
- "numpy>=2,<2.4.0",
+ "numpy>=2",
"scipy>=1.8.0,<1.17.0",
]