Skip to content

Commit

Permalink
build(deps): update scikit-learn requirement from <=1.2.2,>=1.0.2 to …
Browse files Browse the repository at this point in the history
…>=1.0.2,<=1.3.0 in /requirements (#1049)

build(deps): update scikit-learn requirement in /requirements

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.0.2...1.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and mergify[bot] committed Jul 4, 2023
1 parent 6133428 commit 899f40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pytest-cov ==4.1.0
pytest-timeout ==2.1.0
pytest-rerunfailures ==11.1.2

scikit-learn >=1.0.2, <=1.2.2
scikit-learn >=1.0.2, <=1.3.0
sparseml >1.0.0, <1.6.0
ale-py >=0.7, <=0.8.1
jsonargparse[signatures] >4.0.0, <=4.22.0 # for LightningCLI

0 comments on commit 899f40d

Please sign in to comment.