summaryrefslogtreecommitdiff
path: root/misc/py-fastscapelib/files/patch-pyproject.toml
blob: fb123612f4a73d596477b38fc324b02eac44ebcb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- pyproject.toml.orig	2025-06-25 14:33:51 UTC
+++ pyproject.toml
@@ -4,8 +4,8 @@ requires = [
     # pybind11 2.12 added support for numpy 2.0
     # pybind11 doesn't require numpy at build time, but xtensor-python does!
     # packages built with numpy 2.x are compatible with numpy 1.xx
-    "pybind11>=2.12,<3",
-    "numpy>=2.0,<3",
+    "pybind11",
+    "numpy",
 ]
 build-backend = "scikit_build_core.build"