dedupeio / dedupe

:id: A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.
https://docs.dedupe.io
MIT License
4.16k stars 551 forks source link

Update numpy requirement to >=1.20 #1100

Closed benmanns closed 2 years ago

benmanns commented 2 years ago

numpy >= 1.20 is required after #1040 added an import for numpy.typing, which was added in 1.20.

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 73.288% when pulling 70a7fe86d3b1fd1ef75fa53837b011906195856d on benmanns:patch-1 into aa2b04e86f66aa088da728625be1b43afcc9ff54 on dedupeio:main.