File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ chgnet = {version = "0.3.8", optional = true}
4545dgl = { version = " 2.1.0" , optional = true } # Pin due to matgl installation issues
4646matgl = { version = " 1.1.3" , optional = true }
4747sevenn = { version = " 0.9.3" , optional = true }
48- orb = { version =" 0.3.0" , optional = true }
48+ orb_models = { version =" 0.3.0" , optional = true }
4949torchdata = {version = " 0.7.1" , optional = true } # Pin due to dgl issue
5050torch_geometric = { version = " ^2.5.3" , optional = true }
5151ruff = " ^0.5.7"
@@ -56,7 +56,7 @@ alignn = ["alignn"]
5656chgnet = [" chgnet" ]
5757m3gnet = [" matgl" , " dgl" , " torchdata" ]
5858sevennet = [" sevenn" , " torch_geometric" ]
59- orb = [" orb " ]
59+ orb = [" orb_models " ]
6060
6161[tool .poetry .group .dev .dependencies ]
6262coverage = {extras = [" toml" ], version = " ^7.4.1" }
You can’t perform that action at this time.
0 commit comments