juglab / cryoCARE_pip

PIP package of cryoCARE
BSD 3-Clause "New" or "Revised" License
25 stars 14 forks source link

np.bool is depreciated in latest numpy version, this prevents error #42

Closed EuanPyle closed 1 year ago

EuanPyle commented 1 year ago

Tiny boring fix :) Latest version of numpy (v1.24) the line np.bool fails as this is depreciated now. The change allows it to work in both v1.24 and older versions.

thorstenwagner commented 1 year ago

Thanks!