Skip to content

Commit 8c0a06c

Browse files
Update SevenNet (#602)
1 parent 6a0fa4a commit 8c0a06c

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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

pyproject.toml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ pet-mad = [
6969
plumed = [
7070
"plumed<3.0.0,>=2.9.0; sys_platform != 'win32'",
7171
]
72-
sevennet = [
73-
"sevenn == 0.10.3",
74-
]
7572
visualise = [
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
9288
fairchem = [
9389
"fairchem-core == 1.10.0",
9490
]
95-
9691
mattersim = [
9792
"mattersim == 1.1.2; sys_platform != 'win32'",
9893
]
94+
sevennet = [
95+
"sevenn == 0.11.2.post1",
96+
]
9997

10098
uma = [
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
]

0 commit comments

Comments
 (0)