From adb35c9d56226efbe4077710b47561bf9c805cb3 Mon Sep 17 00:00:00 2001 From: Matthias Probst Date: Thu, 7 Dec 2023 16:21:55 +0100 Subject: [PATCH] fix yaml dep version --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 22f12c1e..be085b23 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,11 +23,11 @@ include_package_data = True install_requires = appdirs >= 1.4.4 importlib_resources - numpy #>= 1.20, <1.23.0 + numpy >= 1.20 h5py > 3.7.0 matplotlib >= 3.5.2 IPython >= 7.34.0 # colab wants 7.34.0 - pyyaml < 5.4.0 # 5.4 does not work with python 3.11! + pyyaml > 6.0 # 5.4 does not work with python 3.11! xarray >= 2022.3.0 pint == 0.21.1 # pint >= 0.19.2<0.22.0 Note: 0.22.0 shows bad str-output for quantities with format Lx~ pint_xarray # >= 0.2.1