From ef50c46bf8574c58fa0f500060416fb1849ef31e Mon Sep 17 00:00:00 2001 From: Lachlan Grose Date: Mon, 5 Aug 2024 14:14:11 +1000 Subject: [PATCH] ci: updating LS conda requirements --- conda/meta.yaml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 9ac43a534..fcf0c55b2 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -12,28 +12,26 @@ build: script: "{{ PYTHON }} -m pip install ." requirements: - build: - - numpy host: - - pip - - python - - cython + - python >=3.8 - setuptools - - numpy + - pip run: - - numpy + - python >=3.8 + - numpy >=1.18 - pandas - scipy - scikit-image - scikit-learn - tqdm - - python >=3.6 test: - import: - - numpy - - pandas - - loopstructural + imports: + - LoopStructural + commands: + - pip check + requires: + - pip about: