Skip to content

Commit

Permalink
pip(deps): bump torch from 1.9.1 to 1.10.0 (#134)
Browse files Browse the repository at this point in the history
* pip(deps): bump torch from 1.9.1 to 1.10.0

Bumps [torch](https://github.com/pytorch/pytorch) from 1.9.1 to 1.10.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md)
- [Commits](pytorch/pytorch@v1.9.1...v1.10.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update TUNE_REQUIREMENTS.txt

Bump torchvision with torch

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nicholas Cilfone <nicholas.cilfone@fmr.com>
  • Loading branch information
dependabot[bot] and ncilfone committed Oct 25, 2021
1 parent e6e60d0 commit dd57b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements/TUNE_REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mypy_extensions==0.4.3; python_version < '3.8'
optuna==2.10.0
torchvision==0.10.1
torch==1.9.1
torchvision==0.11.1
torch==1.10.0
ax-platform==0.2.2; python_version >= '3.7'

0 comments on commit dd57b7a

Please sign in to comment.