From ffbef65231fb3ca5d65c6b2105a058fc5ee660f9 Mon Sep 17 00:00:00 2001 From: Emily Soth Date: Mon, 8 Apr 2024 17:26:58 -0700 Subject: [PATCH 1/2] add scipy.special._cdflib to hidden imports --- exe/invest.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/exe/invest.spec b/exe/invest.spec index d019f413be..ac4ec440bd 100644 --- a/exe/invest.spec +++ b/exe/invest.spec @@ -30,6 +30,7 @@ kwargs = { 'pkg_resources.py2_warn', 'cmath', 'charset_normalizer', + 'scipy.special._cdflib' ], 'datas': [proj_datas], 'cipher': block_cipher, From c7f2dd4a72bf272000ee566de1abde3043c112e2 Mon Sep 17 00:00:00 2001 From: Emily Soth Date: Tue, 9 Apr 2024 10:53:26 -0700 Subject: [PATCH 2/2] add gdal constraint <3.8.5 --- constraints_tests.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/constraints_tests.txt b/constraints_tests.txt index 362d96b589..92920cea3f 100644 --- a/constraints_tests.txt +++ b/constraints_tests.txt @@ -5,3 +5,6 @@ # A gdal bug caused our test suite to fail, but this issue is unlikely to # occur with regular use of invest. https://github.com/OSGeo/gdal/issues/8497 GDAL!=3.6.*,!=3.7.* + +# https://github.com/natcap/pygeoprocessing/issues/387 +GDAL<3.8.5