5d3ce963b2
Also ensures that we filter out any incompatible requirements when building the install plan. In general, we assume that requirements were generated by `pip-compile`, in which case all requirements should be compatible and there should be no duplicates; but we should handle this case gracefully. Closes https://github.com/astral-sh/puffin/issues/582.