mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
16 lines
380 B
Plaintext
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",
|
|
]
|
|
|