Skip to content

Commit

Permalink
Update sckit-learn dependency (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktangsali committed Jan 23, 2024
1 parent 0a49aa8 commit bd51285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security

- Upgrade Pillow and Sympy to their latest versions.
- Upgrade Scikit-Learn version.

### Dependencies

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
"Cython==0.29.28",
"numpy-stl==2.16.3",
"opencv-python==4.5.5.64",
"scikit-learn==1.0.2",
"scikit-learn>=1.2.0",
"symengine>=0.10.0",
"sympy==1.12",
"timm==0.5.4",
Expand Down

0 comments on commit bd51285

Please sign in to comment.