Skip to content

Commit

Permalink
allow torch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Linux-cpp-lisp committed Nov 18, 2021
1 parent bd99b3f commit 8c80a3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NequIP is an open-source code for building E(3)-equivariant interatomic potentia
NequIP requires:

* Python >= 3.6
* PyTorch >= 1.8, < 1.10
* PyTorch >= 1.8, <= 1.10.*

To install:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"numpy",
"ase",
"tqdm",
"torch>=1.8,<1.10", # torch.fx added in 1.8
"torch>=1.8,<1.11", # torch.fx added in 1.8
"e3nn>=0.3.5,<0.5.0",
"pyyaml",
"contextlib2;python_version<'3.7'", # backport of nullcontext
Expand Down

0 comments on commit 8c80a3d

Please sign in to comment.