Skip to content

[Feature Request] Can we bump requests to next major 3.*.*? #205

@jcollyer-turing

Description

@jcollyer-turing

✨ 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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions