From 2754b47c5d18e6576b849dcc143313f59b85978c Mon Sep 17 00:00:00 2001 From: Lachlan Grose Date: Tue, 6 Aug 2024 10:34:14 +1000 Subject: [PATCH] ci: trying to restrict scipy --- conda/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 51e14adc..6c139855 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -20,7 +20,7 @@ requirements: - python - numpy >=1.18 - pandas - - scipy + - scipy >=1.10 - scikit-image - scikit-learn - tqdm