From abbfb7b8f3e893ca2a0c2a2b1f2b58362a336087 Mon Sep 17 00:00:00 2001 From: Lester Hedges Date: Tue, 28 Jul 2026 11:35:30 +0100 Subject: [PATCH] Use pip_check: false to avoid NumPy pin errors with AmberTools. --- recipes/biosimspace/recipe.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes/biosimspace/recipe.yaml b/recipes/biosimspace/recipe.yaml index abdcd771..964f5097 100644 --- a/recipes/biosimspace/recipe.yaml +++ b/recipes/biosimspace/recipe.yaml @@ -56,6 +56,10 @@ tests: - python: imports: - BioSimSpace + # AmberTools can be pulled in transitively, and installs tools into + # site-packages whose metadata still pins numpy <2, so 'pip check' + # fails even though nothing here uses them. + pip_check: false - script: - if: unix then: PYTHONPATH=. pytest -vvv --color=yes --import-mode=importlib ./tests