ports/graphics/py-vispy/files/patch-pyproject.toml

11 lines
320 B
TOML

--- pyproject.toml.orig 2024-09-07 04:18:42 UTC
+++ pyproject.toml
@@ -3,7 +3,7 @@ requires = [
"wheel",
"setuptools>=42",
# see https://numpy.org/devdocs/dev/depending_on_numpy.html#numpy-2-0-specific-advice
- "numpy>=2.0.0rc2",
+ "numpy",
"setuptools_scm[toml]>=7.1",
"Cython>=3.0.0"
]