You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #717 and #1053, now that uv is the default backend would it be possible to pass the --python-platform flag either as configuration or its flag for sync/add etc? This would get us 95% of the way for platform agnostic lockfiles as we only really care about locking down dependencies for Linux.
The text was updated successfully, but these errors were encountered:
sondr3
changed the title
Passing flags to uv
Passing --python-platform flag to uvApr 30, 2024
Partially addresses #1056
Allows parsing the new `--universal` flag down to uv when calling `lock`
or `sync`, also adds it as an option to the pyrpoject.toml
Tested locally for `lock` and `sync` with command line args and in the
pyproject, seems to work.
Related to #717 and #1053, now that
uv
is the default backend would it be possible to pass the--python-platform
flag either as configuration or its flag forsync
/add
etc? This would get us 95% of the way for platform agnostic lockfiles as we only really care about locking down dependencies for Linux.The text was updated successfully, but these errors were encountered: