From 1045709305a80b8e12a823ea0dc0aea90a9cbfb4 Mon Sep 17 00:00:00 2001 From: Marie Leconte Date: Mon, 24 Jun 2024 15:04:25 +0200 Subject: [PATCH 1/2] changelog update for release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9200c6..4d2771d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.6.1 (June 2024) + +### Changed +- Fix numpy version. + ## 1.6.1a2 (June 2024) ### Fixed From 6f5a21bdcf47f931eaca53fc0d235f9a2c43d10d Mon Sep 17 00:00:00 2001 From: Marie Leconte Date: Mon, 24 Jun 2024 15:05:16 +0200 Subject: [PATCH 2/2] setup : change numpy version and update libsgm/mccnn plugin version for release --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 25d5de3..2de33f3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,7 +43,7 @@ setup_requires = # Pandora packages dependencies install_requires = - numpy + numpy<2.0 xarray>=0.13.0 scipy rasterio @@ -76,10 +76,10 @@ dev = build sgm = - pandora_plugin_libsgm==1.5.1a2 + pandora_plugin_libsgm==1.5.* mccnn = - pandora_plugin_mccnn==1.3.2a1 + pandora_plugin_mccnn==1.3.* docs = sphinx