From a46e6fbe5298114b7cf100079d80964c1a3fc45c Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Wed, 2 Oct 2024 15:52:35 -0600 Subject: [PATCH] Lift numpy version restriction The downstream problem https://github.com/permamodel/permamodel/issues/72 was fixed. --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 601a674a..6ba27350 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,6 @@ landlab>=2 matplotlib model_metadata>=0.7 netcdf4 -numpy<1.24 # for Ku pyyaml scipy<1.9 # see #162 shapely<2 # see #164