Skip to content

Commit d388f4b

Browse files
Debian Science Teamrebecca-palmer
authored andcommitted
Work around xarray wrongly reporting its version
Author: Rebecca N. Palmer <[email protected]> Forwarded: no Gbp-Pq: Name xarray_version_workaround.patch
1 parent 13cdc1e commit d388f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/compat/_optional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"sqlalchemy": "2.0.0",
5050
"tables": "3.8.0",
5151
"tabulate": "0.9.0",
52-
"xarray": "2022.12.0",
52+
"xarray": "999",#Debian xarray 2023.08.0-1 says it's 999
5353
"xlrd": "2.0.1",
5454
"xlsxwriter": "3.0.5",
5555
"zstandard": "0.19.0",

0 commit comments

Comments
 (0)