Skip to content

Commit

Permalink
fixes #505
Browse files Browse the repository at this point in the history
  • Loading branch information
amaiya committed Jul 22, 2023
1 parent aa5c56b commit 25f2e59
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ Most recent releases are shown at the top. Each release shows:
- **Fixed**: Bug fixes that don't change documented behaviour


## 0.37.5 (TBD)

### new:
- N/A

### changed
- N/A

### fixed:
- Removed pin on `scikit-learn`, as `eli5-tf` repo was updated to support `scikit-learn>=1.3` (#505)


## 0.37.4 (2023-07-22)
Expand Down
2 changes: 1 addition & 1 deletion ktrain/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__all__ = ["__version__"]
__version__ = "0.37.4"
__version__ = "0.37.5"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
url="https://github.com/amaiya/ktrain",
keywords=["tensorflow", "keras", "deep learning", "machine learning"],
install_requires=[
"scikit-learn<1.3",
"scikit-learn",
"matplotlib >= 3.0.0",
"pandas >= 1.0.1",
"fastprogress >= 0.1.21",
Expand Down

0 comments on commit 25f2e59

Please sign in to comment.