casact / chainladder-python

Actuarial reserving in Python
https://chainladder-python.readthedocs.io/en/latest/
Mozilla Public License 2.0
192 stars 71 forks source link

[BUG] AttributeError: `np.NINF` was removed in the NumPy 2.0 release. Use `-np.inf` instead. #542

Open fornoj opened 3 weeks ago

fornoj commented 3 weeks ago

Describe the bug As soon as I import the package chainladder, I get the error : AttributeError: `np.NINF` was removed in the NumPy 2.0 release. Use `-np.inf` instead.

To Reproduce

import chainladder as cl

Expected behavior No error while importing

Desktop (please complete the following information):