[Code Interpreter] librosa fails to import due to numpy deprecation in Python 3.11

The librosa library is currently broken in the Code Interpreter environment because it uses np.complex, which was removed in NumPy 1.24+.
Would it be possible to update librosa in the Code Interpreter environment?