pytest returns a DeprecationWarning about np.float that is used in the datasketch package. Currently, the api uses version 1.5.3, the latest version on pypi. Apparently, however, this issue was already fixed in the datasketch package (at least there is a PR in the datasketch repo on github).
Should we use another version/download it directly from github or ignore the warning?
pytest returns a DeprecationWarning about np.float that is used in the datasketch package. Currently, the api uses version 1.5.3, the latest version on pypi. Apparently, however, this issue was already fixed in the datasketch package (at least there is a PR in the datasketch repo on github). Should we use another version/download it directly from github or ignore the warning?