From c7d30549aa3eced47a51efc78e27cde690c8ae22 Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Sun, 21 Apr 2024 13:50:13 +0100 Subject: [PATCH] Work around xarray wrongly reporting its version Author: Rebecca N. Palmer Forwarded: no Gbp-Pq: Name xarray_version_workaround.patch --- pandas/compat/_optional.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.30.2