responsible-ai-toolbox icon indicating copy to clipboard operation
responsible-ai-toolbox copied to clipboard

Compatibility issue between NumPy 2.0 and RAI libraries

Open devendrabogati opened this issue 6 months ago • 0 comments

Title: Compatibility issue between NumPy 2.0 and RAI libraries

Description: I encountered an error when trying to use raiwidgets and responsibleai with NumPy 2.0. The libraries appear to be using deprecated NumPy functionality that was removed in the 2.0 release.

Error message: AttributeError: np.NaN was removed in the NumPy 2.0 release. Use np.nan instead.

Environment:

  • Python: 3.11
  • NumPy: 2.0.x
  • raiwidgets: [version]
  • responsibleai: [version]

devendrabogati avatar Apr 22 '25 19:04 devendrabogati