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
I think it will be fixed or mitigated on the fractal-task-core side, but I'm re-raising the issue here to let you know that you may find a ModuleNotFoundError due to this reason.
In case this becomes a blocking issue, I think that a temporary solution would be to add image_registration as a dependency for scMultiplex.
The text was updated successfully, but these errors were encountered:
This is now fixed in fractal-tasks-core 1.2.1. The utils function can now be imported as from fractal_tasks_core.utils import create_well_acquisition_dict and no extras are required.
I'll create a PR (likely next week) for updating this dependency. It also contains the pydantic V2 switch, which shouldn't be too tricky for this repo I think
For your info, we have spotted the following issue related to how
scMultiplex
depends onfractal-tasks-core
:tasks._registration_utils.py
withoutfractal-tasks
extra fractal-analytics-platform/fractal-tasks-core#803I think it will be fixed or mitigated on the
fractal-task-core
side, but I'm re-raising the issue here to let you know that you may find aModuleNotFoundError
due to this reason.In case this becomes a blocking issue, I think that a temporary solution would be to add
image_registration
as a dependency forscMultiplex
.The text was updated successfully, but these errors were encountered: