From: Debian Science Team Date: Sun, 21 Apr 2024 12:50:13 +0000 (+0100) 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~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c7d30549aa3eced47a51efc78e27cde690c8ae22;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",