Skip to content

Commit

Permalink
remove the upper bound of torch version
Browse files Browse the repository at this point in the history
Signed-off-by: Tsz Wai Ko <47970742+kenko911@users.noreply.github.com>
  • Loading branch information
kenko911 authored Aug 1, 2024
1 parent 12e6c8e commit d0bf202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies = [
"dgl>=2.0.0",
"pymatgen",
"lightning",
"torch<=2.2.1",
"torch",
"pydantic"
]
version = "1.1.2"
Expand Down

0 comments on commit d0bf202

Please sign in to comment.