Skip to content

Commit 3d2bea0

Browse files
committed
v0.2.2
1 parent d1ce1b2 commit 3d2bea0

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

pyproject.toml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "torch_sim_atomistic"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "A pytorch toolkit for calculating material properties using MLIPs"
55
authors = [
66
{ name = "Abhijeet Gangan", email = "[email protected]" },
@@ -134,8 +134,20 @@ testpaths = ["tests"]
134134
# make these dependencies mutually exclusive since they use incompatible e3nn versions
135135
# see https://docs.astral.sh/uv/concepts/projects/config/#conflicting-dependencies for more details
136136
conflicts = [
137-
[{ extra = "mace" }, { extra = "mattersim" }],
138-
[{ extra = "mattersim" }, { extra = "graphpes" }],
139-
[{ extra = "sevenn" }, { extra = "graphpes" }],
140-
[{ extra = "mace" }, { extra = "sevenn" }],
137+
[
138+
{ extra = "graphpes" },
139+
{ extra = "mattersim" },
140+
],
141+
[
142+
{ extra = "graphpes" },
143+
{ extra = "sevenn" },
144+
],
145+
[
146+
{ extra = "mace" },
147+
{ extra = "mattersim" },
148+
],
149+
[
150+
{ extra = "mace" },
151+
{ extra = "sevenn" },
152+
],
141153
]

0 commit comments

Comments
 (0)