Skip to content

Commit

Permalink
Update scikit-learn and numba test requirements
Browse files Browse the repository at this point in the history
Scikit-learn 1.0.0 was released Sep-2021
  • Loading branch information
jamesmyatt authored Dec 20, 2023
1 parent 6647532 commit 91c2b8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci-scikit-learn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 91c2b8f

Please sign in to comment.