Skip to content

Commit 7efa3eb

Browse files
committed
update
1 parent 1fce8e2 commit 7efa3eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ chgnet = {version = "0.3.8", optional = true}
4545
dgl = { version = "2.1.0", optional = true } # Pin due to matgl installation issues
4646
matgl = { version = "1.1.3", optional = true}
4747
sevenn = { version = "0.9.3", optional = true }
48-
orb = { version ="0.3.0", optional = true }
48+
orb_models = { version ="0.3.0", optional = true }
4949
torchdata = {version = "0.7.1", optional = true} # Pin due to dgl issue
5050
torch_geometric = { version = "^2.5.3", optional = true }
5151
ruff = "^0.5.7"
@@ -56,7 +56,7 @@ alignn = ["alignn"]
5656
chgnet = ["chgnet"]
5757
m3gnet = ["matgl", "dgl", "torchdata"]
5858
sevennet = ["sevenn", "torch_geometric"]
59-
orb = ["orb"]
59+
orb = ["orb_models"]
6060

6161
[tool.poetry.group.dev.dependencies]
6262
coverage = {extras = ["toml"], version = "^7.4.1"}

0 commit comments

Comments
 (0)