summaryrefslogtreecommitdiff
path: root/math/py-islpy/files/patch-pyproject.toml
blob: 6f6f467689690fa5d6e04b5030d0b36a452ebeba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- pyproject.toml.orig	2024-09-04 19:20:00 UTC
+++ pyproject.toml
@@ -8,10 +8,8 @@ requires = [
     "setuptools>=64;python_version>='3.12'",
 
     "wheel>=0.34.2",
-    "cmake>=3.18",
     "scikit-build",
     "nanobind>=1.3",
-    "ninja",
     "pcpp",
 ]
 build-backend = "setuptools.build_meta"