summaryrefslogtreecommitdiff
path: root/graphics/py-cartopy/files/patch-pyproject.toml
blob: c72a2d843b4a7ac2867ff914191a0dd0061c2207 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- pyproject.toml.orig	2024-04-10 17:45:30 UTC
+++ pyproject.toml
@@ -9,13 +9,13 @@ requires = [
     # Note that building against numpy 1.x works fine too - users and
     # redistributors can do this by installing the numpy version they like and
     # disabling build isolation.
-    "numpy>=2.0.0rc1",
+    "numpy",
     "setuptools_scm >= 7.0.0",
 ]
 build-backend = "setuptools.build_meta"
 
 [project]
-name = "Cartopy"
+name = "cartopy"
 authors = [
     {name = "UK Met Office"},
 ]