Removing a no-longer-needed GDAL constraint. RE:#1641

This commit is contained in:
James Douglass 2024-10-15 16:35:31 -07:00
parent f229373670
commit 9fdb381530
1 changed files with 0 additions and 3 deletions

View File

@ -6,9 +6,6 @@
# 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
# Pyinstaller 6.10 breaks our windows builds. Until we can figure out the
# root cause, let's cap the versions to those that work.
# https://github.com/natcap/invest/issues/1622