Skip to content

Commit

Permalink
Merge pull request #614 from MLecardonnel/feature/limit_sklearn
Browse files Browse the repository at this point in the history
Limit scikit-learn version.
  • Loading branch information
guillaume-vignal authored Jan 9, 2025
2 parents ac5755c + a80676f commit f5df5f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies = [
"dash-table>=5.0.0",
"nbformat>4.2.0",
"numba>=0.53.1",
"scikit-learn>=1.4.0",
"scikit-learn>=1.4.0,<1.6.0",
"category_encoders>=2.6.0",
"scipy>=0.19.1",
]
Expand Down
2 changes: 1 addition & 1 deletion shapash/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (2, 7, 4)
VERSION = (2, 7, 5)

__version__ = ".".join(map(str, VERSION))

0 comments on commit f5df5f7

Please sign in to comment.