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
brainglobe/brainglobe-utils#22 introduced a circular dependency between brainglobe-utils and imio: imio needs brainglobe-utils, whilst brainglobe-utils now needs imio due to the functionality that was refactored into it.
Needless to say, this is not ideal. On the surface everything "still works" since there are no circular imports, but naturally we probably want to fix this sooner rather than later.
brainglobe/brainglobe-utils#22 introduced a circular dependency between
brainglobe-utils
andimio
:imio
needsbrainglobe-utils
, whilstbrainglobe-utils
now needsimio
due to the functionality that was refactored into it.Needless to say, this is not ideal. On the surface everything "still works" since there are no circular imports, but naturally we probably want to fix this sooner rather than later.
Zulip discussion: https://brainglobe.zulipchat.com/#narrow/stream/408841-development/topic/.60imio.60.20and.20.60brainglobe-utils.60.20circular.20dependency/near/419020085
Task List (merge
imio
intobrainglobe-utils
)imio
as depreciated with a suitable PR Mark package for deprecation imio#55brainglobe-utils
with a suitable labelimio
repositorybrainglobe-utils
Merge imio in asimage_io
submodule brainglobe-utils#33imio
brainglobe-segmentation
gains abrainglobe-utils
dependency | Update imio dependency change brainglobe-segmentation#168 | new version 1.2.2brainreg
drops itsimio
dependency as it already depends onbrainglobe-utils
| Updateimio
dependency brainreg#181 | new version 1.0.5imio
movebrainglobe-utils
docsbrainglobe
metapackage on conda-forge brainglobe-meta#40 task plan to account forimio
package no longer being used.The text was updated successfully, but these errors were encountered: