From c15fe849dfa487f0a9224ad48616981105c56377 Mon Sep 17 00:00:00 2001 From: ktsitsi Date: Tue, 2 Jul 2024 15:46:39 +0300 Subject: [PATCH] Remove pinned scikit since 0.24.0 was released --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56528ee5..f5641689 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,6 @@ jobs: shell: "bash -l {0}" run: | pip install --no-cache-dir --upgrade tifffile "imagecodecs>=2023.7.10" - pip install scikit-image==0.24.0rc1 pip install .[full] - name: Run tests with coverage