Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
deps:(deps-dev): 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@1.1.2...1.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 13, 2023
1 parent 7d32f72 commit 2b67cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ requires-python = ">=3.8"
dependencies = [
"scipy>=1.8.0,<1.9.4",
"wasabi>=0.9.1,<1.1.2",
"scikit-learn>=1.1.2,<1.2.2",
"scikit-learn>=1.1.2,<1.2.3",
"wandb>=0.12.0,<0.13.8",
"deepchecks>=0.8.0,<0.12.0",
"dill>=0.3.0,<0.3.7",
Expand Down

0 comments on commit 2b67cce

Please sign in to comment.