From a859921f202d3cce55c1c9d572bee83724761ad9 Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Wed, 9 Oct 2024 13:09:20 +0100 Subject: [PATCH] uncomment psy-reg and add comment --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 36c1f59ff4..5f3e981559 100755 --- a/setup.py +++ b/setup.py @@ -53,9 +53,9 @@ 'packaging', 'pandas!=2.2.0,!=2.2.1,!=2.2.2', # ESMValCore PR2305 'progressbar2', - 'psyplot>=1.5.0', + 'psyplot>=1.5.0', # psy*<1.5.0 are not py312 compat 'psy-maps>=1.5.0', - # 'psy-reg', # not yet at 1.5.0 not yet py312 + 'psy-reg>=1.5.0', 'psy-simple>=1.5.0', 'pyproj>=2.1', 'pys2index',