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 1
1
[project ]
2
2
name = " torch_sim_atomistic"
3
- version = " 0.2.1 "
3
+ version = " 0.2.2 "
4
4
description = " A pytorch toolkit for calculating material properties using MLIPs"
5
5
authors = [
6
6
{
name =
" Abhijeet Gangan" ,
email =
" [email protected] " },
@@ -134,8 +134,20 @@ testpaths = ["tests"]
134
134
# make these dependencies mutually exclusive since they use incompatible e3nn versions
135
135
# see https://docs.astral.sh/uv/concepts/projects/config/#conflicting-dependencies for more details
136
136
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
+ ],
141
153
]
You can’t perform that action at this time.
0 commit comments