From f589fb102e4867efc8a2c26b3248927dac299ed5 Mon Sep 17 00:00:00 2001 From: Duncan Macleod Date: Wed, 9 Oct 2024 16:24:38 +0100 Subject: [PATCH] pin runtime to numpy<2 see https://github.com/duetosymmetry/qnm/issues/31 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 990e1a4..d73cb7b 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -21,7 +21,7 @@ requirements: - setuptools run: - numba - - numpy + - numpy <2.0.0a0 - python - scipy - tqdm @@ -35,7 +35,7 @@ test: commands: - python -m pip check - python -m pip show qnm - - python -m pytest -ra -v test/ + - python -m pytest -ra -v test/ -k 'not test_build_cache' about: home: https://github.com/duetosymmetry/qnm/