Skip to content

Commit

Permalink
revert e3nn version
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyes319 committed Oct 1, 2024
1 parent 264817c commit 3ec597e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mace/modules/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ def _setup(self) -> None:
)

# Linear
# irreps_mid = irreps_mid.simplify()
irreps_mid = irreps_mid.simplify()
self.irreps_out = self.target_irreps
self.linear = o3.Linear(
irreps_mid, self.irreps_out, internal_weights=True, shared_weights=True
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ packages = find:
python_requires = >=3.7
install_requires =
torch>=1.12
e3nn
e3nn==0.4.4
numpy<2.0
opt_einsum
ase
Expand Down

0 comments on commit 3ec597e

Please sign in to comment.