Qiskit repos semi-regularly have CI outages that slow down everyone, including docs. For example, Runtime broke at https://github.com/Qiskit/qiskit-ibm-runtime/pull/2049. Lockfiles are a simple solution to make their docs builds and CI deterministic - they also improve supply chain security.
We would help willing teams to use either uv or Poetry, specifically the API repos that hook up into this repository.
Qiskit repos semi-regularly have CI outages that slow down everyone, including docs. For example, Runtime broke at https://github.com/Qiskit/qiskit-ibm-runtime/pull/2049. Lockfiles are a simple solution to make their docs builds and CI deterministic - they also improve supply chain security.
We would help willing teams to use either
uv
or Poetry, specifically the API repos that hook up into this repository.