File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " torch_sim_atomistic"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44description = " A pytorch toolkit for calculating material properties using MLIPs"
55authors = [
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
136136conflicts = [
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]
You can’t perform that action at this time.
0 commit comments