kevinjohncutler / omnipose

Omnipose: a high-precision solution for morphology-independent cell segmentation
https://omnipose.readthedocs.io
Other
96 stars 29 forks source link

Numba needs numpy 1.21 #6

Closed leomaury closed 2 years ago

leomaury commented 2 years ago

I tried 'Omnipose_Example_1.ipynb', the imports cell raised the error 'Numba needs NumPy 1.21 or less'.

So I downgraded numpy 1.22.3 to 1.21.6 and retried the imports cell. Now the kernel is dead.

How can/should I use it ?

Thank you, Léo

kevinjohncutler commented 2 years ago

@leomaury I will work on making sure this error is resolved. What happens after you restart your kernel?