Skip to content

Commit c8c6f6d

Browse files
author
Beat Buesser
committed
Merge remote-tracking branch 'origin/main' into dev_1.10.2
2 parents 3a3bedf + 156823f commit c8c6f6d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/ci-scikit-learn.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
include:
28-
- name: scikit-learn 0.23.2 (Python 3.9)
29-
framework: scikitlearn
30-
scikit-learn: 0.23.2
31-
python: 3.9
3228
- name: scikit-learn 0.24.2 (Python 3.9)
3329
framework: scikitlearn
3430
scikit-learn: 0.24.2
@@ -37,6 +33,10 @@ jobs:
3733
framework: scikitlearn
3834
scikit-learn: 1.0.2
3935
python: 3.9
36+
- name: scikit-learn 1.1.0 (Python 3.9)
37+
framework: scikitlearn
38+
scikit-learn: 1.1.0
39+
python: 3.9
4040

4141
name: ${{ matrix.name }}
4242
steps:

requirements_test.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# base
22

33
numpy>=1.18.5
4-
scipy==1.8.0
4+
scipy==1.8.1
55
matplotlib==3.5.2
6-
scikit-learn>=0.22.2,<1.1.0
6+
scikit-learn>=0.22.2,<1.2.0
77
six==1.16.0
8-
Pillow==9.1.0
8+
Pillow==9.1.1
99
tqdm==4.64.0
1010
statsmodels==0.13.2
1111
pydub==0.25.1
@@ -34,15 +34,15 @@ torch==1.11.0
3434
torchaudio==0.11.0+cpu
3535
torchvision==0.12.0+cpu
3636

37-
catboost==1.0.5
37+
catboost==1.0.6
3838
GPy==1.10.0
3939
lightgbm==3.3.2
40-
xgboost==1.6.0
40+
xgboost==1.6.1
4141

42-
kornia~=0.6.4
42+
kornia~=0.6.5
4343
tensorboardX==2.5
4444
lief==0.12.1
45-
jax[cpu]==0.3.10
45+
jax[cpu]==0.3.13
4646

4747
# Lingvo ASR dependencies
4848
# supported versions: (lingvo==0.6.4 with tensorflow-gpu==2.1.0)

0 commit comments

Comments
 (0)