Closed tcompa closed 2 months ago
For the moment: Let's not update to the fractal-tasks-core 1.1.0 dependency (or higher) in scmultiplex until this has been resolved.
My bad for adding this to that utils module / using a task subpackage dependency in scmultiplex.
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
: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 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
.