File: xarray_version_workaround.patch

package info (click to toggle)
pandas 2.3.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 66,800 kB
  • sloc: python: 424,812; ansic: 9,190; sh: 264; xml: 102; makefile: 86
file content (16 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (2)
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",