-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use separate project to manage PDM (#22473)
Modify venv_upgrade to create a completely separate project to use to pin PDM itself. This avoids any conflation with PDM and its dependencies compared to Drake's dependencies.
- Loading branch information
1 parent
949628e
commit 09b029c
Showing
2 changed files
with
25 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,9 +20,6 @@ dependencies = [ | |
] | ||
|
||
[dependency-groups] | ||
pdm = [ | ||
"pdm", | ||
] | ||
test = [ | ||
"flask", | ||
"six", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters