summaryrefslogtreecommitdiff
path: root/science/py-geometer/files/patch-pyproject.toml
blob: a09e31fd2ff871eb40e643c1e3f06e1e1251ae21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2020-02-02 00:00:00 UTC
+++ pyproject.toml
@@ -25,7 +25,7 @@ dependencies = [
     "Programming Language :: Python",
 ]
 dependencies = [
-    "numpy>=2.0",
+    "numpy",
     "typing-extensions>=4.6.1,<5.0.0",
 ]