summaryrefslogtreecommitdiff
path: root/misc/py-fastscapelib/files/patch-pyproject.toml
blob: 703b73ab414a0941bb78f57b67061237334b5237 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2023-10-10 18:00:46 UTC
+++ pyproject.toml
@@ -4,7 +4,7 @@ requires = [
     "pybind11",
     # TODO: replace by "numpy>=1.25.0,<2" when dropping py3.8 support.
     # https://github.com/scipy/oldest-supported-numpy/issues/76
-    "oldest-supported-numpy",
+    "numpy",
 ]
 build-backend = "scikit_build_core.build"