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

Numpy >= 2.0 issue #495

Open
prav2019 opened this issue Oct 15, 2024 · 1 comment
Open

Numpy >= 2.0 issue #495

prav2019 opened this issue Oct 15, 2024 · 1 comment

Comments

@prav2019
Copy link

prav2019 commented Oct 15, 2024

Please checkout the F.A.Q page before creating a bug ticket to make sure it is not already addressed.

Describe the bug
deepdiff breaks if there is numpy 2.0 and above

To Reproduce
Install numpy >=2.0 and try deepdiff

Expected behavior
Should not throw error with numpy 2 and above

OS, DeepDiff version and Python version (please complete the following information):

  • OS: Ubuntu
  • Version
  • Python Version 3.12.7
  • DeepDiff Version 8.0.1

Additional context
Stack trace:
import DeepDiff File "/usr/local/lib/python3.12/site-packages/deepdiff/init.py", line 10, in from .diff import DeepDiff File "/usr/local/lib/python3.12/site-packages/deepdiff/diff.py", line 16, in from deepdiff.helper import (strings, bytes_type, numbers, uuids, times, ListItemRemovedOrAdded, notpresent, File "/usr/local/lib/python3.12/site-packages/deepdiff/helper.py", line 60, in np_float_ = np.float_ ^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/numpy/init.py", line 400, in getattr raise AttributeError( AttributeError: np.float_ was removed in the NumPy 2.0 release. Use np.float64 instead.

@prav2019 prav2019 changed the title Numpy > 2.0 issue Numpy >= 2.0 issue Oct 15, 2024
@seperman
Copy link
Owner

@prav2019 What is your Numpy version?
We are using Numpy 2 when running tests: https://github.com/seperman/deepdiff/blob/master/requirements-dev.txt#L7

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

No branches or pull requests

2 participants