mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Use operations API in pip compile
(#4493)
## Summary Closes https://github.com/astral-sh/uv/issues/4235.
This commit is contained in:
parent
9905521957
commit
10ec9c9d0b
6 changed files with 157 additions and 245 deletions
|
@ -573,8 +573,11 @@ impl<InstalledPackages: InstalledPackagesProvider> ResolverState<InstalledPackag
|
|||
combined.union(resolution);
|
||||
}
|
||||
ResolutionGraph::from_state(
|
||||
&self.index,
|
||||
&self.requirements,
|
||||
&self.constraints,
|
||||
&self.overrides,
|
||||
&self.preferences,
|
||||
&self.index,
|
||||
&self.git,
|
||||
&self.python_requirement,
|
||||
combined,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue