From e45682ce4b73ec13b93abd2aff240cf0c7c4cefd Mon Sep 17 00:00:00 2001 From: s-weigand Date: Fri, 12 Nov 2021 22:04:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Disallow=20xarray=20versions=20b?= =?UTF-8?q?reaking=20plotting=20in=20integration=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f00866664..c6796f663 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,7 +45,7 @@ install_requires = setuptools>=41.2 tabulate>=0.8.8 typing_inspect>=0.7.1 - xarray>=0.16.2 + xarray!=0.20.0,!=0.20.1,>=0.16.2 python_requires = >=3.8, <3.10 setup_requires = setuptools>=41.2