Skip to content

Commit

Permalink
chore(deps): update torch requirement in /e2e/opacus (#3502)
Browse files Browse the repository at this point in the history
Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v1.13.1...v2.3.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taner Topal <taner@flower.dev>
  • Loading branch information
dependabot[bot] and tanertopal authored May 24, 2024
1 parent 0cd41cc commit 05ad7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/opacus/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
dependencies = [
"flwr[simulation] @ {root:parent:parent:uri}",
"opacus>=1.4.0,<2.0.0",
"torch>=1.13.1,<2.0.0",
"torch>=1.13.1,<3.0.0",
"torchvision>=0.14.0,<2.0.0",
]

Expand Down

0 comments on commit 05ad7df

Please sign in to comment.