From 2b93310fc9b0ed1a0591296a16ce0d4a86c0460e Mon Sep 17 00:00:00 2001 From: Lukas Kluft Date: Fri, 5 Jul 2024 13:39:14 +0200 Subject: [PATCH] Require typhon>=0.10.0 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 15a492c..097d896 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,11 +19,11 @@ packages = find_namespace: include_package_data = True install_requires = ipython!=8.7.0 - matplotlib>=2.0.0,<3.9 + matplotlib>=2.0.0 netcdf4>=1.2.7 numpy>1.22.0 scipy>=0.19.0 - typhon>=0.7.0 + typhon>=0.10.0 xarray>=0.9.1 climt>=0.16.25 sympl>=0.4.0