Skip to content
2 changes: 1 addition & 1 deletion examples/tutorials/autobatching_tutorial.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# %%
# /// script
# dependencies = ["mace-torch>=0.3.12"]
# dependencies = ["torch_sim_atomistic[mace]"]
# ///


Expand Down
4 changes: 1 addition & 3 deletions examples/tutorials/high_level_tutorial.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# %%
# /// script
# dependencies = [
# "mace-torch>=0.3.12",
# "pymatgen>=2025.2.18",
# "ase>=3.26",
# "torch_sim_atomistic[mace, io]"
# ]
# ///

Expand Down
2 changes: 1 addition & 1 deletion examples/tutorials/hybrid_swap_tutorial.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# %%
# /// script
# dependencies = ["mace-torch>=0.3.12", "pymatgen>=2025.2.18"]
# dependencies = ["torch_sim_atomistic[mace, io]"]
# ///


Expand Down
2 changes: 1 addition & 1 deletion examples/tutorials/low_level_tutorial.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# %%
# /// script
# dependencies = ["mace-torch>=0.3.12"]
# dependencies = ["torch_sim_atomistic[mace]"]
# ///


Expand Down
4 changes: 1 addition & 3 deletions examples/tutorials/metatomic_tutorial.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# %%
# /// script
# dependencies = [
# "metatrain[pet]==2025.7",
# "metatomic-torch>=0.1.1,<0.2",
# "vesin-torch>=0.3.7",
# "torch_sim_atomistic[metatomic]"
# ]
# ///

Expand Down
4 changes: 1 addition & 3 deletions examples/tutorials/reporting_tutorial.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# %%
# /// script
# dependencies = [
# "mace-torch>=0.3.12",
# "pymatgen>=2025.2.18",
# "ase>=3.26",
# "torch_sim_atomistic[mace, io]"
# ]
# ///

Expand Down
5 changes: 1 addition & 4 deletions examples/tutorials/state_tutorial.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# %%
# /// script
# dependencies = [
# "mace-torch>=0.3.12",
# "pymatgen>=2025.6.14",
# "ase>=3.26",
# "phonopy>=2.37.0",
# "torch_sim_atomistic[mace, io]"
# ]
# ///

Expand Down
4 changes: 1 addition & 3 deletions examples/tutorials/using_graphpes_tutorial.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# %%
# /// script
# dependencies = [
# "graph-pes>=0.0.30",
# "torch==2.5",
# "vesin-torch>=0.3.7",
# "torch_sim_atomistic[graphpes]"
# ]
# ///

Expand Down