Removing numpy>2 constraint so that environments will resolve on python 3.8. RE:#1641
This commit is contained in:
parent
9fdb381530
commit
b49dea2f7a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue