Skip to content

Commit

Permalink
build(deps): bump scikit-learn from 1.3.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.3.2 to 1.5.0.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.3.2...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 Nov 27, 2024
1 parent 75c2e15 commit f23aadc
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
Expand Up @@ -11,7 +11,7 @@ pytz==2023.3
seaborn~=0.13.0
sentence-transformers==2.3.1
setuptools==60.2.0
scikit-learn==1.3.2
scikit-learn==1.5.0
six==1.16.0
thefuzz~=0.20.0
tzdata==2023.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
'seaborn~=0.13.0', # Updated version
'sentence-transformers==2.3.1',
'setuptools==60.2.0', # Updated version
'scikit-learn==1.3.2', # Updated version
'scikit-learn==1.5.0', # Updated version
'six==1.16.0',
'thefuzz~=0.20.0', # Updated version
'tzdata==2023.3',
Expand Down

0 comments on commit f23aadc

Please sign in to comment.