Skip to content

Commit 687e0e4

Browse files
committed
update supported versions of sklearn and numpy
1 parent fe279ca commit 687e0e4

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/test_package.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ 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"
2422
- python-version: "3.11"
2523
sklearn-version: "1.5.2"
2624
- python-version: "3.11"
@@ -29,8 +27,6 @@ jobs:
2927
sklearn-version: "1.7.0"
3028

3129
# Python 3.11 with different NumPy versions
32-
- python-version: "3.11"
33-
numpy-version: "1.18.2"
3430
- python-version: "3.11"
3531
numpy-version: "1.26.4"
3632
- python-version: "3.11"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
numpy>=1.18.2
1+
numpy>=1.26.4
22
pandas>=2.2.0
3-
scikit-learn>=1.4.0
3+
scikit-learn>=1.5.2

0 commit comments

Comments
 (0)