You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug scikit-image 0.20 came out yesterday which removed some keyword arguments that had been deprecated but are still used internally by deepcell.
Mostly just opening this issue to indicate we are aware. I will get patches out for the deepcell libraries asap; in the meantime, if you see errors along the lines of:
Describe the bug
scikit-image
0.20 came out yesterday which removed some keyword arguments that had been deprecated but are still used internally by deepcell.Mostly just opening this issue to indicate we are aware. I will get patches out for the deepcell libraries asap; in the meantime, if you see errors along the lines of:
the quick fix is to downgrade
scikit-image
, i.e.pip install scikit-image<0.20
The text was updated successfully, but these errors were encountered: