I've been using dependency groups for organizing non-runtime dependencies of my package without bloating the optional dependency specifier. However, it looks like using extremal-python-dependencies to pin versions in these groups, mangles there contents to the point of actually loosing information (see e.g. https://github.com/Qiskit/qiskit-fermions/actions/runs/24559361757/job/71803848368?pr=69). We should check why that is happening and fix it.
I've been using dependency groups for organizing non-runtime dependencies of my package without bloating the optional dependency specifier. However, it looks like using
extremal-python-dependenciesto pin versions in these groups, mangles there contents to the point of actually loosing information (see e.g. https://github.com/Qiskit/qiskit-fermions/actions/runs/24559361757/job/71803848368?pr=69). We should check why that is happening and fix it.