Skip to content

Commit dd27aaf

Browse files
authored
Merge pull request #14 from VectorInstitute/relax_torch_version
Relax torch dependency version to 1.12.1
2 parents 3350845 + e608178 commit dd27aaf

File tree

2 files changed

+66
-58
lines changed

2 files changed

+66
-58
lines changed

poetry.lock

Lines changed: 65 additions & 57 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
@@ -16,7 +16,7 @@ python = ">=3.8.1,<3.11"
1616
flwr = "^1.2.0"
1717
opacus = "^1.3.0"
1818
tensorflow-privacy = "^0.8.7"
19-
torch = "^1.13.1"
19+
torch = "^1.12.1"
2020

2121
[tool.poetry.group.dev.dependencies]
2222
nltk = "^3.8.1"

0 commit comments

Comments
 (0)