-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow for custom unpickler in load(s)_compressed (#69)
- Loading branch information
1 parent
7b19c57
commit 056ea90
Showing
6 changed files
with
71 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] # TODO: move to pyproject.toml once pixi supports it | ||
name = "slim-trees" | ||
version = "0.2.1" | ||
version = "0.2.2" | ||
description = "A python package for efficient pickling of ML models." | ||
authors = ["Pavel Zwerschke <[email protected]>"] | ||
channels = ["conda-forge"] | ||
|
@@ -13,7 +13,7 @@ lint = "pre-commit run --all" | |
[dependencies] | ||
python = ">=3.8" | ||
pip = "*" | ||
lightgbm = "*" | ||
lightgbm = "<4.0" | ||
numpy = "*" | ||
pre-commit = "*" | ||
pandas = "*" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters