Skip to content

Commit

Permalink
Update scikit-learn requirement from <=1.5.1 to <=1.5.2 (#123)
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.1-beta...1.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alessandro Palla <alessandro.palla@intel.com>
  • Loading branch information
dependabot[bot] and alessandropalla authored Oct 7, 2024
1 parent 6cf6406 commit 7db5ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pytest
pytest-xdist
pytest-cov
scikit-learn <= 1.5.1
scikit-learn <= 1.5.2
pre-commit; sys_platform == 'darwin'
sphinx
breathe
Expand Down

0 comments on commit 7db5ea1

Please sign in to comment.