cvxpy added the use of the numpy.exceptions module in their release of version 1.7.4. This module requires NumPy >= 1.25. The cvxpy 1.7.4 build wheel is only requiring NumPy >= 1.22.4. Our conda-build CI env for python 3.9 is failing since it runs with NumPy 1.23.5.
I guess the options are pin cvxpy < 1.7.4 or bump NumPy. Maybe since this is a bug with cvxpy we should pin that.
cvxpyadded the use of thenumpy.exceptionsmodule in their release of version 1.7.4. This module requires NumPy >= 1.25. Thecvxpy1.7.4 build wheel is only requiring NumPy >= 1.22.4. Ourconda-buildCI env for python 3.9 is failing since it runs with NumPy 1.23.5.I guess the options are pin
cvxpy < 1.7.4or bump NumPy. Maybe since this is a bug withcvxpywe should pin that.