Skip to content

Commit 1131f84

Browse files
authored
fix: pin pmv in scripts to prevent breaking changes impacting CI here
1 parent 0555ce8 commit 1131f84

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

citation.cff

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cff-version: 1.2.0
2-
title: "torch-sim"
3-
message: "If you use this software, please cite it as below."
2+
title: TorchSim
3+
message: If you use this software, please cite it as below.
44
authors:
55
- family-names: Gangan
66
given-names: Abhijeet S.
@@ -15,8 +15,8 @@ authors:
1515
- family-names: Falletta
1616
given-names: Stefano
1717
license: MIT
18-
license-url: "https://github.com/Radical-AI/torch-sim/blob/main/LICENSE"
19-
repository-code: "https://github.com/Radical-AI/torch-sim"
20-
type: "software"
18+
license-url: https://github.com/Radical-AI/torch-sim/blob/main/LICENSE
19+
repository-code: https://github.com/Radical-AI/torch-sim
20+
url: https://github.com/Radical-AI/torch-sim
21+
type: software
2122
date-released: 2025-04-02
22-
url: "https://github.com/Radical-AI/torch-sim"

docs/_static/draw_pkg_treemap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# /// script
77
# dependencies = [
8-
# "pymatviz>=0.16.0",
8+
# "pymatviz==0.16.0",
99
# "plotly!=6.2.0", # TODO remove pin pending https://github.com/plotly/plotly.py/issues/5253#issuecomment-3016615635
1010
# ]
1111
# ///

examples/scripts/6_Phonons/6.1_Phonons_MACE.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# dependencies = [
55
# "mace-torch>=0.3.12",
66
# "phonopy>=2.35",
7-
# "pymatviz>=0.16",
7+
# "pymatviz==0.16",
88
# "seekpath",
99
# "ase",
1010
# "plotly!=6.2.0", # TODO remove pin pending https://github.com/plotly/plotly.py/issues/5253#issuecomment-3016615635

examples/scripts/6_Phonons/6.2_QuasiHarmonic_MACE.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# dependencies = [
77
# "mace-torch>=0.3.12",
88
# "phonopy>=2.35",
9-
# "pymatviz>=0.16",
9+
# "pymatviz==0.16",
1010
# "plotly!=6.2.0", # TODO remove pin pending https://github.com/plotly/plotly.py/issues/5253#issuecomment-3016615635
1111
# ]
1212
# ///

0 commit comments

Comments
 (0)