-
Notifications
You must be signed in to change notification settings - Fork 38
[DRAFT] UV dependency management #473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
||
[[tool.uv.index]] | ||
name = "openvino-nightly" | ||
url = "https://storage.openvinotoolkit.org/simple/wheels/nightly" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it possible to add pre-release as well ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, we can define 2 source links here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested, we could not set to sources for one package without marker condition, the same story for poetry
This reverts commit f47891c.
### Details: - Moved project configuration to pyproject.toml - That would be needed to enable dependencies management using poetry or uv tools. Example PRs: - openvinotoolkit/openvino_tokenizers#467 - openvinotoolkit/openvino_tokenizers#473 - openvinotoolkit/openvino.genai#2159 ### Tickets: - *ticket-id* --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Anastasia Kuporosova <anastasia.kuporosova@intel.com>
Enabled uv dependency management