We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using uv 0.5.2, i am trying to run a script with head of something like:
# /// script # requires-python = ">=3.8,<3.9" # dependencies = [ # "onnx", # "onnxruntime", # "numpy", # "openvino2tensorflow==1.34.0", # "tensorflow-datasets==4.9.1", # "protobuf==3.20.3", # "openvino==2021.4.2 --no-deps", # ] # ///
what i am looking for is a way to override uv to install certain packages with option --no-deps so it ignores the conflicts as needed.
The text was updated successfully, but these errors were encountered:
We might need to support overrides and constraints in PEP 723 scripts.
Sorry, something went wrong.
fb3f365
charliermarsh
Successfully merging a pull request may close this issue.
I am using uv 0.5.2,
i am trying to run a script with head of something like:
what i am looking for is a way to override uv to install certain packages with option --no-deps so it ignores the conflicts as needed.
The text was updated successfully, but these errors were encountered: