summaryrefslogtreecommitdiff
path: root/graphics/py-vispy/files/patch-pyproject.toml
blob: 5987351b45c0c2fe58da060e2c9b859fd66f7aae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- pyproject.toml.orig	2025-05-19 13:17:34 UTC
+++ pyproject.toml
@@ -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.0",
-    "setuptools_scm[toml]>=8.1",
+    "numpy",
+    "setuptools_scm[toml]",
     "Cython>=3.0.0"
 ]