Skip to content

Commit 296657b

Browse files
authored
Minor updates for v0.10.14 (#155)
* + update version * + upper pin scipy due to breaking changes in statsmodels, and thus also category_encoders statsmodels/statsmodels#9542
1 parent 38f2711 commit 296657b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

oreum_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import logging
1818

19-
__version__ = "0.10.13"
19+
__version__ = "0.10.14"
2020

2121
# logger goes to null handler by default
2222
# packages that import oreum_core can override this and direct elsewhere

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dependencies = [
3535
"pandas[excel,parquet,plot]>=2.2.0", # brings many deps see DEPS NOTE
3636
"patsy>=1.0.1", # TODO consider using formulae instead v0.5.6
3737
"scikit-learn>=1.6.0",
38+
"scipy<=1.15.3", # upper pin @2025-07-14 due to https://github.com/statsmodels/statsmodels/issues/9542
3839
"seaborn<0.14", # 0.14 likely to break many plots, approach with caution
3940
"statsmodels>=0.14.0",
4041
"umap-learn",

0 commit comments

Comments
 (0)