diff options
Diffstat (limited to '')
-rw-r--r-- | graphics/py-vispy/files/patch-pyproject.toml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/graphics/py-vispy/files/patch-pyproject.toml b/graphics/py-vispy/files/patch-pyproject.toml index 05cbb6a12162..5987351b45c0 100644 --- a/graphics/py-vispy/files/patch-pyproject.toml +++ b/graphics/py-vispy/files/patch-pyproject.toml @@ -1,11 +1,15 @@ ---- pyproject.toml.orig 2024-09-07 04:18:42 UTC +--- pyproject.toml.orig 2025-05-19 13:17:34 UTC +++ pyproject.toml -@@ -3,7 +3,7 @@ requires = [ - "wheel", - "setuptools>=42", +@@ -1,9 +1,9 @@ requires = [ + [build-system] + requires = [ +- "setuptools>=69.4.0", ++ "setuptools", # see https://numpy.org/devdocs/dev/depending_on_numpy.html#numpy-2-0-specific-advice -- "numpy>=2.0.0rc2", +- "numpy>=2.0.0", +- "setuptools_scm[toml]>=8.1", + "numpy", - "setuptools_scm[toml]>=7.1", ++ "setuptools_scm[toml]", "Cython>=3.0.0" ] + |