Skip to content

Commit

Permalink
Bump scikit-learn from 1.1.3 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.1.3 to 1.5.0.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.1.3...1.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent a494c40 commit 4f5eac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
dependencies = [
"matplotlib <= 3.5.0, >=3.5.0",
"derivative ~= 0.6.0",
"scikit-learn >= 1.1.3, <= 1.1.3",
"scikit-learn >= 1.1.3, <= 1.5.0",
"numpy >=1.20, <= 1.26",
"scipy >1.6.0, <= 1.11.2",
"pydmd >0.4, <= 0.4.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
matplotlib == 3.5.0
derivative ~= 0.6.0
scikit-learn == 1.1.3
scikit-learn == 1.5.0
numpy >= 1.20, <= 1.26
scipy > 1.6.0, <= 1.11.2
pydmd > 0.4, <= 0.4.1
Expand Down

0 comments on commit 4f5eac4

Please sign in to comment.