-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
py-rasterio: update to 1.3.11, add py313 subport
- Loading branch information
1 parent
1a4c16e
commit aa3c3bd
Showing
2 changed files
with
21 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git pyproject.toml pyproject.toml | ||
index 95fc8d9590f6..aa4efdb3a323 100644 | ||
--- pyproject.toml | ||
+++ pyproject.toml | ||
@@ -3,7 +3,7 @@ requires = [ | ||
"setuptools>=67.8", | ||
"wheel", | ||
"cython~=3.0.2", | ||
- "numpy>=2.0.0,<3.0; python_version >= '3.9'", | ||
+ "numpy; python_version >= '3.9'", | ||
"oldest-supported-numpy; python_version < '3.9'" | ||
] | ||
|