Removing numpy>2 constraint so that environments will resolve on python 3.8. RE:#1641

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

View File

@ -10,6 +10,3 @@ GDAL!=3.6.*,!=3.7.*
# root cause, let's cap the versions to those that work.
# https://github.com/natcap/invest/issues/1622
#pyinstaller<6.10
# Test whether InVEST will build with numpy 2
numpy>2