From 91c2b8f892bde6e626ac8b662bc152ec5eca40b0 Mon Sep 17 00:00:00 2001 From: James Myatt Date: Wed, 20 Dec 2023 12:03:29 +0000 Subject: [PATCH] Update scikit-learn and numba test requirements Scikit-learn 1.0.0 was released Sep-2021 --- .github/workflows/ci-scikit-learn.yml | 4 ---- requirements_test.txt | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-scikit-learn.yml b/.github/workflows/ci-scikit-learn.yml index 6a8247dab5..f48e8cace8 100644 --- a/.github/workflows/ci-scikit-learn.yml +++ b/.github/workflows/ci-scikit-learn.yml @@ -28,10 +28,6 @@ jobs: fail-fast: false matrix: include: - - name: scikit-learn 0.24.2 (Python 3.9) - framework: scikitlearn - scikit-learn: 0.24.2 - python: 3.9 - name: scikit-learn 1.1.3 (Python 3.9) framework: scikitlearn scikit-learn: 1.1.3 diff --git a/requirements_test.txt b/requirements_test.txt index 0a5e8ef789..0413d8f108 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -3,7 +3,7 @@ numpy>=1.18.5,<1.25 scipy==1.10.1 matplotlib==3.7.1 -scikit-learn>=0.22.2,<1.4.0 +scikit-learn>=1.0.0,<1.4.0 # only test v1.0 onwards six==1.16.0 Pillow==10.1.0 tqdm==4.66.1 @@ -14,7 +14,7 @@ ffmpeg-python==0.2.0 cma==3.3.0 pandas==2.1.4 librosa==0.10.0.post2 -numba~=0.56.4 +numba~=0.58.1 # for Python 3.11 support opencv-python sortedcontainers==2.4.0 h5py==3.10.0