File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 4242
4343 - name : Install updated e3nn dependencies
4444 run : |
45- uv sync --extra mattersim --extra fairchem --extra d3
45+ uv sync --extra mattersim --extra fairchem --extra sevennet --extra d3
4646 uv pip install --reinstall pynvml
4747 uv pip install fairchem-core[torch-extras] --no-build-isolation
4848
Original file line number Diff line number Diff line change 4242
4343 - name : Install updated e3nn dependencies
4444 run : |
45- uv sync --extra mattersim --extra fairchem --extra d3
45+ uv sync --extra mattersim --extra fairchem --extra sevennet --extra d3
4646 uv pip install --reinstall pynvml
4747 uv pip install "fairchem-core[torch-extras]" --no-build-isolation
4848
Original file line number Diff line number Diff line change 3131
3232 - name : Install updated e3nn dependencies
3333 run : |
34- uv sync --extra fairchem
34+ uv sync --extra fairchem --extra sevennet
3535 uv pip install --reinstall pynvml
3636 uv pip install "fairchem-core[torch-extras]" --no-build-isolation
3737
Original file line number Diff line number Diff line change @@ -69,9 +69,6 @@ pet-mad = [
6969plumed = [
7070 " plumed<3.0.0,>=2.9.0; sys_platform != 'win32'" ,
7171]
72- sevennet = [
73- " sevenn == 0.10.3" ,
74- ]
7572visualise = [
7673 " weas-widget<0.2,>=0.1.26"
7774]
@@ -84,18 +81,19 @@ all = [
8481 " janus-core[orb]" ,
8582 " janus-core[pet-mad]" ,
8683 " janus-core[plumed]" ,
87- " janus-core[sevennet]" ,
8884 " janus-core[visualise]" ,
8985]
9086
9187# MLIPs with updated e3nn
9288fairchem = [
9389 " fairchem-core == 1.10.0" ,
9490]
95-
9691mattersim = [
9792 " mattersim == 1.1.2; sys_platform != 'win32'" ,
9893]
94+ sevennet = [
95+ " sevenn == 0.11.2.post1" ,
96+ ]
9997
10098uma = [
10199 " fairchem-core == 2.3.0" ,
@@ -318,10 +316,14 @@ conflicts = [
318316 ],
319317 [
320318 { extra = " uma" },
319+ { extra = " all" },
320+ ],
321+ [
321322 { extra = " sevennet" },
323+ { extra = " mace" },
322324 ],
323325 [
324- { extra = " uma " },
326+ { extra = " sevennet " },
325327 { extra = " all" },
326328 ],
327329]
You can’t perform that action at this time.
0 commit comments