Skip to content

Commit

Permalink
⬆️ Update scikit-learn requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@0.23.0...1.5.1)

---
updated-dependencies:
- dependency-name: scikit-learn
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Galileo-Galilei committed Aug 7, 2024
1 parent 7f146f9 commit 0ec5458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _parse_requirements(path, encoding="utf-8"):
"pytest-lazy-fixture>=0.6.0, <1.0.0",
"pytest-mock>=3.1.0, <4.0.0",
"ruff>=0.5.0,<0.6.0", # ensure consistency with pre-commit
"scikit-learn>=0.23.0, <1.5.0",
"scikit-learn>=0.23.0, <1.6.0",
"kedro-datasets[pandas.CSVDataSet]",
],
"dev": [
Expand Down

0 comments on commit 0ec5458

Please sign in to comment.