summaryrefslogtreecommitdiff
path: root/graphics/py-cartopy/files/patch-pyproject.toml
blob: 6449790c2c1b17e50c8715da318ee881aa0b3ad1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- pyproject.toml.orig	2023-08-05 00:47:19 UTC
+++ pyproject.toml
@@ -3,13 +3,13 @@ requires = [
     "wheel",
     "setuptools >= 40.6.0",
     "Cython >= 0.29.24",
-    "oldest-supported-numpy",
+    "numpy",
     "setuptools_scm >= 7.0.0",
 ]
 build-backend = "setuptools.build_meta"
 
 [project]
-name = "Cartopy"
+name = "cartopy"
 authors = [
     {name = "UK Met Office"},
 ]