Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fornoj opened this issue Nov 5, 2024 · 0 comments
Assignees
Labels

Comments

@fornoj
Copy link

fornoj commented Nov 5, 2024

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):

  • python 3.12.7
  • Numpy Version 2.0.2
  • Pandas Version 2.2.3
  • Chainladder Version 0.8.23
@fornoj fornoj added the Bug label Nov 5, 2024
jbogaardt added a commit that referenced this issue Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants