mbbio / SproutAngio

A tool for quantitative analysis of sprouting angiogenesis and lumen space
MIT License
2 stars 3 forks source link

AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead #4

Open mbbio opened 3 months ago

mbbio commented 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