We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe279ca commit 687e0e4Copy full SHA for 687e0e4
.github/workflows/test_package.yml
@@ -19,8 +19,6 @@ jobs:
19
- python-version: "3.13"
20
21
# Python 3.11 with different scikit-learn versions
22
- - python-version: "3.11"
23
- sklearn-version: "1.4.0"
24
- python-version: "3.11"
25
sklearn-version: "1.5.2"
26
@@ -29,8 +27,6 @@ jobs:
29
27
sklearn-version: "1.7.0"
30
28
31
# Python 3.11 with different NumPy versions
32
33
- numpy-version: "1.18.2"
34
35
numpy-version: "1.26.4"
36
requirements.txt
@@ -1,3 +1,3 @@
1
-numpy>=1.18.2
+numpy>=1.26.4
2
pandas>=2.2.0
3
-scikit-learn>=1.4.0
+scikit-learn>=1.5.2
0 commit comments