Skip to content

Commit 85dacce

Browse files
authored
exclude rasterio 1.4.0/1.4.1 causing faults in compute_availabilitymatrix (#420)
1 parent 8c9195f commit 85dacce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

RELEASE_NOTES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Upcoming Release
3030

3131
* Added support for ``numpy>=2".
3232
33+
* Exclude versions 1.4.0 and 1.4.1 of ``rasterio`` due to a bug in these
34+
versions causing flipped axes in ``cutout.compute_availabilitymatrix()``.
35+
3336
Version 0.3.0
3437
=============
3538

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"toolz",
4141
"requests",
4242
"pyyaml",
43-
"rasterio",
43+
"rasterio!=1.4.0,!=1.4.1",
4444
"shapely",
4545
"progressbar2",
4646
"tqdm",

0 commit comments

Comments
 (0)