From 32bf2ca0d710f55c38e60d7f35b63d653ab01c92 Mon Sep 17 00:00:00 2001 From: "Jeremy M. G. Leung" <63817169+jeremyleung521@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:12:44 -0500 Subject: [PATCH] pin test env to numpy<2 (#465) --- devtools/conda-envs/test_env.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/conda-envs/test_env.yaml b/devtools/conda-envs/test_env.yaml index a4703e12..d261e15d 100644 --- a/devtools/conda-envs/test_env.yaml +++ b/devtools/conda-envs/test_env.yaml @@ -5,7 +5,7 @@ channels: dependencies: - python - cython - - numpy + - numpy<2 - scipy - h5py - pyyaml