From fb56c6d95e6c26249c71801262c6e8b105e4bbdf Mon Sep 17 00:00:00 2001 From: AllenWLynch Date: Mon, 12 Feb 2024 14:05:07 -0500 Subject: [PATCH] Update Lisa2 (#45753) * Update lisa2 to version 2.3.2 * bumped build number for lisa 2.3.2 * Update meta.yaml Added space between packages and version to pass linting --- recipes/lisa2/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/lisa2/meta.yaml b/recipes/lisa2/meta.yaml index 2725f8ee5badf..20859b72ef139 100644 --- a/recipes/lisa2/meta.yaml +++ b/recipes/lisa2/meta.yaml @@ -10,7 +10,7 @@ source: sha256: dc9df3495322c94f93c12372fb8d88d355447f7b8b69ea639394fc6274e9affb build: - number: 0 + number: 1 noarch: python script: {{ PYTHON }} -m pip install . -vv run_exports: @@ -22,10 +22,10 @@ requirements: - python >=3.5 run: - h5py >=2 - - numpy <2,>=1.17 + - numpy >=1.17,<2 - python >=3.5 - - scikit-learn <2,>=0.22 - - scipy <2,>=1.4 + - scikit-learn >=0.22,<2 + - scipy >=1.4,<2 test: imports: