Skip to content

Commit c734c00

Browse files
committed
pin plotly!=6.2.0
1 parent 2da557e commit c734c00

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docs/_static/draw_pkg_treemap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# /// script
77
# dependencies = [
88
# "pymatviz @ git+https://github.com/janosh/pymatviz",
9+
# "plotly!=6.2.0", # TODO remove pin pending https://github.com/plotly/plotly.py/issues/5253#issuecomment-3016615635
910
# ]
1011
# ///
1112

examples/scripts/6_Phonons/6.1_Phonons_MACE.py

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

examples/scripts/6_Phonons/6.2_QuasiHarmonic_MACE.py

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

0 commit comments

Comments
 (0)