From 616ff6390609d34f24632b346adfb67485a0f719 Mon Sep 17 00:00:00 2001 From: Helge Hecht Date: Thu, 7 Nov 2024 11:10:22 +0100 Subject: [PATCH] changed numpy pinning to be more flexible --- recipes/pyopenms/conda_build_config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/pyopenms/conda_build_config.yaml b/recipes/pyopenms/conda_build_config.yaml index dd7f1933d9e4e..004d24421efa1 100644 --- a/recipes/pyopenms/conda_build_config.yaml +++ b/recipes/pyopenms/conda_build_config.yaml @@ -10,9 +10,9 @@ python_impl: - cpython numpy: - 1.23.* - - 1.23.* - - 1.23.* - - 1.26.* + - >=1.23.0 + - >=1.23.0 + - >=1.26.0 zip_keys: - python - python_impl