Closed FBruzzesi closed 6 months ago
AttributeError: np.infty was removed in the NumPy 2.0 release. Use np.inf instead.
np.infty
np.inf
We at scikit-lego use umap under the hood for an estimator and periodically run our test suite with the pre-release candidates.
Traced back the issue to pynndescent, and it seems there is only a single line that utilizes np.infty
Description
We at scikit-lego use umap under the hood for an estimator and periodically run our test suite with the pre-release candidates.
Traced back the issue to pynndescent, and it seems there is only a single line that utilizes
np.infty