From c982824dfb4fe42d28b4a02f0e4011b356af4ba7 Mon Sep 17 00:00:00 2001 From: Gregory Lee Date: Mon, 17 Jan 2022 09:28:41 -0500 Subject: [PATCH] allow scikit-image 0.19 in the conda environment --- conda/recipes/versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/versions.yaml b/conda/recipes/versions.yaml index b435c89e..a3fca9f3 100644 --- a/conda/recipes/versions.yaml +++ b/conda/recipes/versions.yaml @@ -147,7 +147,7 @@ rapidjson_version: s3fs_version: - '>=2021.08.0' scikit_image_version: - - '>=0.18.0,<0.19.0' + - '>=0.18.0,<0.20.0' scikit_learn_version: - '=0.24' scipy_version: