Skip to content

Commit fe279ca

Browse files
committed
add older sklearn and numpy versions
1 parent f1fa2fe commit fe279ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test_package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- python-version: "3.13"
2020

2121
# Python 3.11 with different scikit-learn versions
22+
- python-version: "3.11"
23+
sklearn-version: "1.4.0"
2224
- python-version: "3.11"
2325
sklearn-version: "1.5.2"
2426
- python-version: "3.11"
@@ -27,6 +29,8 @@ jobs:
2729
sklearn-version: "1.7.0"
2830

2931
# Python 3.11 with different NumPy versions
32+
- python-version: "3.11"
33+
numpy-version: "1.18.2"
3034
- python-version: "3.11"
3135
numpy-version: "1.26.4"
3236
- python-version: "3.11"

0 commit comments

Comments
 (0)