Skip to content

Commit 193227e

Browse files
Merge pull request #777 from EducationalTestingService/776/update_scikit_learn_to_1.5
Update scikit learn to the latest version
2 parents 093d8d8 + 8bc9e91 commit 193227e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

conda-recipe/skll/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ requirements:
3434
- numpy
3535
- pandas
3636
- ruamel.yaml
37-
- scikit-learn >=1.4.0,<1.5.0
37+
- scikit-learn >=1.5.0,<1.6.0
3838
- scipy
3939
- seaborn
4040
- tabulate

doc/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
beautifulsoup4
22
ruamel.yaml
3-
scikit-learn>=1.4.0,<1.5.0
3+
scikit-learn>=1.5.0,<1.6.0
44
seaborn
55
sphinx
66
sphinx_rtd_theme

requirements.dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ numpy
77
pandas
88
pre-commit
99
ruamel.yaml
10-
scikit-learn>=1.4.0,<1.5.0
10+
scikit-learn>=1.5.0,<1.6.0
1111
scipy
1212
seaborn
1313
sphinx

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ joblib
33
numpy
44
pandas
55
ruamel.yaml
6-
scikit-learn>=1.4.0,<1.5.0
6+
scikit-learn>=1.5.0,<1.6.0
77
scipy
88
seaborn
99
tabulate

0 commit comments

Comments
 (0)