this appears to be the same symptom as #5382 but with a different cause. Two different migrators seem to have skipped dependencies recenty:
mpich5 opened a PR for dolfinx_mpc before its dependency fenics-dolfinx, which is (rightly) waiting on its dependency adios2
petsc325 opened a PR for scifem which also depends on fenics-dolfinx, but has not yet received its PR.
Notably, in both cases fenics-dolfinx does not show up in the migrator, but it does show up in the graph as a dependent of both mpich and petsc. I'm not sure exactly how the bot decides if a dependent package correctly located in the graph should be excluded from migrators, but there seems to be something amiss there.
this appears to be the same symptom as #5382 but with a different cause. Two different migrators seem to have skipped dependencies recenty:
mpich5opened a PR for dolfinx_mpc before its dependency fenics-dolfinx, which is (rightly) waiting on its dependency adios2petsc325opened a PR for scifem which also depends on fenics-dolfinx, but has not yet received its PR.Notably, in both cases fenics-dolfinx does not show up in the migrator, but it does show up in the graph as a dependent of both mpich and petsc. I'm not sure exactly how the bot decides if a dependent package correctly located in the graph should be excluded from migrators, but there seems to be something amiss there.