aboutsummaryrefslogtreecommitdiffstats
path: root/biology/py-PySCeS/files/patch-pyproject.toml
blob: 5416c3ea11714ab18ddcc2083ae334167f79b871 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- pyproject.toml.orig	2024-08-02 13:17:23 UTC
+++ pyproject.toml
@@ -3,8 +3,7 @@ requires = [
 requires = [
   'meson-python',
   'meson>=1.2.3',
-	'ninja',
-	'numpy>=2.0.0',
+	'numpy',
 ]
 
 [tool.meson-python.args]