summaryrefslogtreecommitdiff
path: root/graphics/py-rasterio/files
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-rasterio/files')
-rw-r--r--graphics/py-rasterio/files/patch-pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-rasterio/files/patch-pyproject.toml b/graphics/py-rasterio/files/patch-pyproject.toml
index 3158f30c006e..59c5ffbafb21 100644
--- a/graphics/py-rasterio/files/patch-pyproject.toml
+++ b/graphics/py-rasterio/files/patch-pyproject.toml
@@ -9,7 +9,7 @@
- "cython~=3.0.2",
- "numpy>=2.0.0,<3.0; python_version >= '3.9'",
- "oldest-supported-numpy; python_version < '3.9'"
-+ "cython",
++ "cython>=3.0.2",
+ "numpy",
]