responsible-ai-toolbox
responsible-ai-toolbox copied to clipboard
Compatibility issue between NumPy 2.0 and RAI libraries
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]