summaryrefslogtreecommitdiff
path: root/graphics/py-pygeos/files/patch-pyproject.toml
blob: 6d27f6fc0b843ad9b52b030d489293b162fb2a0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2022-12-12 08:21:17 UTC
+++ pyproject.toml
@@ -2,7 +2,7 @@
 # numpy and Cython are required to execute setup.py to build Cython extensions
 requires = [
     "Cython~=0.29",
-    "oldest-supported-numpy",
+    "numpy",
     "setuptools>=61.0.0",
 ]
 build-backend = "setuptools.build_meta"