-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
I can't use this library:
>>> from abydos.distance import DiscountedLevenshtein
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "[ABRIDGED]/lib/python3.12/site-packages/abydos/distance/__init__.py", line 368, in <module>
from ._aline import ALINE
File "[ABRIDGED]/lib/python3.12/site-packages/abydos/distance/_aline.py", line 24, in <module>
from numpy import NINF
ImportError: cannot import name 'NINF' from 'numpy' ([ABRIDGED]/lib/python3.12/site-packages/numpy/__init__.py)
It looks like NINF was removed in numpy 2.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels