From 4a5b20d75e1d0a87ddf5116f47fa8e76d6c2b72d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20K=C3=BChbach?= Date: Mon, 19 Sep 2022 11:14:07 +0200 Subject: [PATCH] mypy/xarray errors were claimed to be fixed by xarray devlprs therefore lets use the newest --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index dc29e9a5c..50f9c4f58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ click==7.1.2 -mypy==0.730 +mypy==0.971 pylint==2.3.1 pylint_plugin_utils==0.5 typed-ast==1.4.2 @@ -14,7 +14,7 @@ pymongo==3.12.1 h5py==3.6.0 python-json-logger==2.0.2 -xarray==0.19.0 # 0.20.2 +xarray==2022.6.0 PyYAML==6.0 numpy==1.21.2 pandas==1.3.2