File: xarray_version_workaround.patch

package info (click to toggle)
pandas 2.2.3%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 66,784 kB
  • sloc: python: 422,228; ansic: 9,190; sh: 270; xml: 102; makefile: 83
file content (16 lines) | stat: -rw-r--r-- 473 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Work around xarray wrongly reporting its version

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no

--- a/pandas/compat/_optional.py
+++ b/pandas/compat/_optional.py
@@ -49,7 +49,7 @@ VERSIONS = {
     "sqlalchemy": "2.0.0",
     "tables": "3.8.0",
     "tabulate": "0.9.0",
-    "xarray": "2022.12.0",
+    "xarray": "999",#Debian xarray 2023.08.0-1 says it's 999
     "xlrd": "2.0.1",
     "xlsxwriter": "3.0.5",
     "zstandard": "0.19.0",