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

Add support for NumPy 2.0 #67

Open
huard opened this issue Nov 5, 2024 · 0 comments · May be fixed by #68
Open

Add support for NumPy 2.0 #67

huard opened this issue Nov 5, 2024 · 0 comments · May be fixed by #68

Comments

@huard
Copy link

huard commented Nov 5, 2024

The current version is incompatible with NumPy 2.0, both the latest release and a local installation.

Specifically, it crashes with

../../.conda/envs/ing11/lib/python3.11/site-packages/copulae-0.7.9-py3.11-linux-x86_64.egg/copulae/archimedean/frank.py:240: in debye1
    x = np.asarray(x, np.float_).ravel()
...
AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead
@leabraschi leabraschi linked a pull request Nov 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant