uv/crates/puffin-resolver
Charlie Marsh e662fe341b
Short-circuit when a dependency has no matching versions (#148)
Kind of an oversight in my initial implementation. If we find that any
package has _no_ matching versions, we should select it! This lets us
short-circuit _immediately_ when top-level dependencies aren't
satisfiable.
2023-10-20 03:49:20 +00:00
..
src Short-circuit when a dependency has no matching versions (#148) 2023-10-20 03:49:20 +00:00
tests Add support for constraints during pip-compile resolution (#144) 2023-10-20 00:24:05 +00:00
Cargo.toml Add an autogeneration header to pip-compile (#145) 2023-10-19 20:57:27 -04:00