Skip to content

Commit 2b3f8be

Browse files
committed
Fix scikit-learn version constraint and update to 0.1.3
- Update scikit-learn constraint from <1.7.0 to <1.8.0 to support scikit-learn 1.7.0 - Update version to 0.1.3 - Fix dependency resolution issues
1 parent 51afa3d commit 2b3f8be

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

fastwoe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from .fastwoe import FastWoe, WoePreprocessor
1414
from .interpret_fastwoe import WeightOfEvidence
1515

16-
__version__ = "0.1.2.post5"
16+
__version__ = "0.1.3"
1717
__author__ = "xRiskLab"
1818
__email__ = "contact@xrisklab.ai"
1919

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies = [
4848
"numpy>=1.21.0",
4949
"pandas>=1.3.0",
5050
"scipy>=1.7.0",
51-
"scikit-learn>=1.3.0,<1.7.0",
51+
"scikit-learn>=1.3.0,<1.8.0",
5252
"rich>=13.7.0",
5353
"numba>=0.60.0",
5454
"packaging>=21.0",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)