From: Debian Science Team Date: Sun, 18 Feb 2024 20:31:18 +0000 (+0000) Subject: Work around xarray wrongly reporting its version X-Git-Tag: archive/raspbian/2.2.3+dfsg-7+rpi1~1^2^2^2^2^2^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=74badab5a50bd0c4bf64307cf8594d261466ddb2;p=pandas.git Work around xarray wrongly reporting its version Author: Rebecca N. Palmer Forwarded: no Gbp-Pq: Name xarray_version_workaround.patch --- diff --git a/pandas/compat/_optional.py b/pandas/compat/_optional.py index a25ab963..ae6f6918 100644 --- a/pandas/compat/_optional.py +++ b/pandas/compat/_optional.py @@ -46,7 +46,7 @@ VERSIONS = { "sqlalchemy": "1.4.36", "tables": "3.7.0", "tabulate": "0.8.10", - "xarray": "2022.03.0", + "xarray": "999",#Debian xarray 2023.08.0-1 says it's 999 "xlrd": "2.0.1", "xlsxwriter": "3.0.3", "zstandard": "0.17.0",