File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -42,4 +42,4 @@ def auto_sparse(auto_sparse=True):
4242from chainladder .methods import * # noqa (API Import)
4343from chainladder .workflow import * # noqa (API Import)
4444
45- __version__ = "0.8.18 "
45+ __version__ = "0.8.19 "
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ dependencies:
1515
1616 - pandas
1717 - polars
18- - polars-lts-cpu
1918 - scikit-learn
2019 - sparse
2120 - numba
Original file line number Diff line number Diff line change 1414descr = "Chainladder Package - P&C Loss Reserving package "
1515name = 'chainladder'
1616url = 'https://github.com/casact/chainladder-python'
17- version = '0.8.18 ' # Put this in __init__.py
17+ version = '0.8.19 ' # Put this in __init__.py
1818
1919data_path = ''
2020setup (
You can’t perform that action at this time.
0 commit comments