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 added my project's dependency by using poetry add <name>, but when I tried to add autoawq, I got this:
poetry add <name>
autoawq
How do I solve this, if other dependencies depend on torch 2.4.1, while autoawq wants torch 2.3.1 ?
torch 2.4.1
torch 2.3.1
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
I added my project's dependency by using
poetry add <name>
, but when I tried to addautoawq
, I got this:How do I solve this, if other dependencies depend on
torch 2.4.1
, whileautoawq
wantstorch 2.3.1
?The text was updated successfully, but these errors were encountered: