From b49dea2f7afb2ccf2b4448e34873f370c3154158 Mon Sep 17 00:00:00 2001 From: James Douglass Date: Tue, 15 Oct 2024 16:41:32 -0700 Subject: [PATCH] Removing numpy>2 constraint so that environments will resolve on python 3.8. RE:#1641 --- constraints_tests.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/constraints_tests.txt b/constraints_tests.txt index 4f733bdab..b0056a12e 100644 --- a/constraints_tests.txt +++ b/constraints_tests.txt @@ -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