[BLD] Add support for NumPy 2.0 wheels by matthewfeickert · Pull Request #629 · PythonOT/POT

rflamary

@matthewfeickert

@matthewfeickert

* Avoids:

  AttributeError: `np.infty` was removed in the NumPy 2.0 release.
  Use `np.inf` instead.

  AttributeError: `np.Inf` was removed in the NumPy 2.0 release.
  Use `np.inf` instead.

@matthewfeickert

matthewfeickert

matthewfeickert

matthewfeickert

@matthewfeickert matthewfeickert changed the title build: Add support for NumPy 2.0 wheels [BLD] Add support for NumPy 2.0 wheels

Jun 18, 2024

rflamary