Skip to content

Commit de295df

Browse files
committed
Merge remote-tracking branch 'origin/main' into fairchem-v2-patch
2 parents 1552978 + cd0b0a0 commit de295df

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Before a pull request can be merged, the following items must be checked:
99

1010
* [ ] Doc strings have been added in the [Google docstring format](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html#example-google).
1111
* [ ] Run [ruff](https://beta.ruff.rs/docs/rules/#pydocstyle-d) on your code.
12-
* [ ] Run `uvx ty check` on the repo.
1312
* [ ] Tests have been added for any new functionality or bug fixes.
1413

1514
We highly recommended installing the pre-commit hooks running in CI locally to speedup the development process. Simply run `pip install pre-commit && pre-commit install` to install the hooks which will check your code before each commit.

docs/_static/draw_pkg_treemap.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

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

examples/scripts/6_Phonons/6.1_Phonons_MACE.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# dependencies = [
55
# "mace-torch>=0.3.12",
66
# "phonopy>=2.35",
7-
# "pymatviz==0.16",
7+
# "pymatviz>=0.17.1",
8+
# "plotly>=6.3.0",
89
# "seekpath",
910
# "ase",
10-
# "plotly!=6.2.0", # TODO remove pin pending https://github.com/plotly/plotly.py/issues/5253#issuecomment-3016615635
1111
# ]
1212
# ///
1313

0 commit comments

Comments
 (0)