Files
macports-ports/python/py-matplotlib/files/patch-v394-pyproject.toml.diff
Renee Otten cb1cbfa411 py-matplotlib: update to 3.10.0
- pin to 3.9.4 for PY39 subport
2024-12-14 22:23:37 -05:00

30 lines
831 B
Diff

--- pyproject.toml.orig 2024-12-14 22:19:39
+++ pyproject.toml 2024-12-14 22:20:03
@@ -48,7 +48,7 @@
[project.optional-dependencies]
# Should be a copy of the build dependencies below.
dev = [
- "meson-python>=0.13.1,<0.17.0",
+ "meson-python>=0.13.1",
"numpy>=1.25",
"pybind11>=2.6,!=2.13.3",
"setuptools_scm>=7",
@@ -73,7 +73,7 @@
build-backend = "mesonpy"
# Also keep in sync with optional dependencies above.
requires = [
- "meson-python>=0.13.1,<0.17.0",
+ "meson-python>=0.13.1",
"pybind11>=2.6,!=2.13.3",
"setuptools_scm>=7",
@@ -87,7 +87,7 @@
# and disabling build isolation.
# 3. The <2.3 upper bound is for matching the numpy deprecation policy,
# it should not be loosened.
- "numpy>=2.0.0rc1,<2.3",
+ "numpy",
]
[tool.meson-python.args]