Skip to content

Commit 31e0f64

Browse files
Bump torch from 1.8.1 to 1.9.0 (#45)
Bumps [torch](https://github.com/pytorch/pytorch) from 1.8.1 to 1.9.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md) - [Commits](pytorch/pytorch@v1.8.1...v1.9.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb82ef0 commit 31e0f64

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

poetry.lock

Lines changed: 20 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keywords = ["time-series", "machine-learning", "pytorch"]
1717

1818
[tool.poetry.dependencies]
1919
python = ">=3.7,<3.10"
20-
torch = "^1.8.1"
20+
torch = "^1.9.0"
2121
pytorch-lightning = "^1.3.5"
2222
scipy = "^1.7.0"
2323

0 commit comments

Comments
 (0)