Skip to content

Commit

Permalink
build(deps): bump scikit-learn from 1.2.2 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.2.2 to 1.5.0.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.2.2...1.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 18, 2024
1 parent c079d65 commit 18e1f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tensorflow>=2.11.1
nltk==3.7
bs4==0.0.1
scikit-learn==1.2.2
scikit-learn==1.5.0
Pillow==10.3.0
selenium==4.8.0
wheel==0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def run_tests(self):
"pandas==1.4.2",
"nltk==3.7",
"tensorflow>=2.11.1",
"scikit-learn==1.2.2",
"scikit-learn==1.5.0",
"joblib==1.2.0",
"selenium==4.8.0",
"webdriver_manager==3.8.5",
Expand Down

0 comments on commit 18e1f59

Please sign in to comment.