Open mbbio opened 3 months ago
Recent numpy release caused this error. I will look into it with the next release. However, in the meantime, you can uninstall numpy and install the numpy==1.26.4 version to solve it.
pip uninstall numpy pip install numpy==1.26.4
Recent numpy release caused this error. I will look into it with the next release. However, in the meantime, you can uninstall numpy and install the numpy==1.26.4 version to solve it.
pip uninstall numpy pip install numpy==1.26.4