Skip to content

Commit

Permalink
Merge pull request #1555 from emlys/bugfix/1553
Browse files Browse the repository at this point in the history
Fix two issues from dependency updates
  • Loading branch information
dcdenu4 authored Apr 11, 2024
2 parents 59145ca + c7f2dd4 commit 6f99f64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions constraints_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions exe/invest.spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ kwargs = {
'pkg_resources.py2_warn',
'cmath',
'charset_normalizer',
'scipy.special._cdflib'
],
'datas': [proj_datas],
'cipher': block_cipher,
Expand Down

0 comments on commit 6f99f64

Please sign in to comment.