Skip to content

Commit

Permalink
Build(deps): 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.3.0...1.4.1.post1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent bf18b09 commit acd9a1c
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 @@ -60,7 +60,7 @@ dependencies = [
"osqp !=0.6.0,!=0.6.1",
"pandas >=1.0.5",
"scipy >=1.3.2",
"scikit-learn >=1.3.0,<1.4",
"scikit-learn >=1.3.0,<1.5",
]
dynamic = ["version"]

Expand Down

0 comments on commit acd9a1c

Please sign in to comment.