-
Notifications
You must be signed in to change notification settings - Fork 367
Open
Labels
bugSomething isn't workingSomething isn't working
Description
✨ Short description of the bug [tl;dr]
The torchattacks requirements.txt
pins requests to requests>=2.25.1,<2.26.dev0
. robustbench
doesn't have this constraint anymore. I am getting issues when installing other packages with uv
due to this.
💬 Detailed code and results
× No solution found when resolving dependencies for split (python_full_version == '3.10.*' and platform_system == 'Darwin'):
╰─▶ Because datasets==3.2.0 depends on requests>=2.32.2 and torchattacks==3.5.1 depends on requests>=2.25.1,<2.26.dev0, we can conclude that datasets==3.2.0 and torchattacks==3.5.1 are incompatible.
And because only torchattacks<=3.5.1 is available, we can conclude that datasets==3.2.0 and torchattacks>=3.5.1 are incompatible.
And because your project depends on datasets==3.2.0 and torchattacks>=3.5.1, we can conclude that your project's requirements are unsatisfiable.
help: If you want to add the package regardless of the failed resolution, provide the `--frozen` flag to skip locking and syncing.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working