Skip to content

Commit f54d002

Browse files
committed
Temporarily pin to rioxarray>=0.19
Test if it fixes crs doctest issue mentioned at #3639 (comment)
1 parent 2cc4ba2 commit f54d002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ all = [
4848
"geopandas>=1.0",
4949
"IPython>=8", # 'ipython' is not the correct module name.
5050
"pyarrow>=16",
51-
"rioxarray>=0.14",
51+
"rioxarray>=0.19",
5252
]
5353

5454
[project.entry-points."xarray.backends"]

0 commit comments

Comments
 (0)