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):
42
42
from chainladder .methods import * # noqa (API Import)
43
43
from chainladder .workflow import * # noqa (API Import)
44
44
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:
15
15
16
16
- pandas
17
17
- polars
18
- - polars-lts-cpu
19
18
- scikit-learn
20
19
- sparse
21
20
- numba
Original file line number Diff line number Diff line change 14
14
descr = "Chainladder Package - P&C Loss Reserving package "
15
15
name = 'chainladder'
16
16
url = '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
18
18
19
19
data_path = ''
20
20
setup (
You can’t perform that action at this time.
0 commit comments