From c3655fbe8b93ee839ebb995bd8017e911de31011 Mon Sep 17 00:00:00 2001 From: Chris Barker Date: Mon, 30 Dec 2024 15:44:12 -0800 Subject: [PATCH] Pinned to numpy<2 still no good on Windows. --- py_gnome/conda_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py_gnome/conda_requirements.txt b/py_gnome/conda_requirements.txt index 745a07b11..ee95a4bc6 100644 --- a/py_gnome/conda_requirements.txt +++ b/py_gnome/conda_requirements.txt @@ -39,7 +39,7 @@ pyzmq # tblib ## Base numerical libs -numpy >=1.24,<3 +numpy >=1.24,<2 # works with numpy 2 everywhere but Windows scipy ## Modeling libs