diff --git a/citation.cff b/citation.cff index c9898e033..79eb79569 100644 --- a/citation.cff +++ b/citation.cff @@ -1,5 +1,5 @@ cff-version: 1.2.0 -title: Torch-Sim +title: TorchSim message: If you use this software, please cite it as below. authors: - family-names: Gangan @@ -17,8 +17,6 @@ authors: license: MIT license-url: https://github.com/Radical-AI/torch-sim/blob/main/LICENSE repository-code: https://github.com/Radical-AI/torch-sim -type: software url: https://github.com/Radical-AI/torch-sim -doi: 10.5281/zenodo.7486816 -version: 0.1.0 +type: software date-released: 2025-04-02 diff --git a/docs/_static/draw_pkg_treemap.py b/docs/_static/draw_pkg_treemap.py index 44775ead6..3a9833874 100644 --- a/docs/_static/draw_pkg_treemap.py +++ b/docs/_static/draw_pkg_treemap.py @@ -5,7 +5,7 @@ # /// script # dependencies = [ -# "pymatviz>=0.16.0", +# "pymatviz==0.16.0", # "plotly!=6.2.0", # TODO remove pin pending https://github.com/plotly/plotly.py/issues/5253#issuecomment-3016615635 # ] # /// diff --git a/examples/scripts/6_Phonons/6.1_Phonons_MACE.py b/examples/scripts/6_Phonons/6.1_Phonons_MACE.py index f88fd351d..38a50d60a 100644 --- a/examples/scripts/6_Phonons/6.1_Phonons_MACE.py +++ b/examples/scripts/6_Phonons/6.1_Phonons_MACE.py @@ -4,7 +4,7 @@ # dependencies = [ # "mace-torch>=0.3.12", # "phonopy>=2.35", -# "pymatviz>=0.16", +# "pymatviz==0.16", # "seekpath", # "ase", # "plotly!=6.2.0", # TODO remove pin pending https://github.com/plotly/plotly.py/issues/5253#issuecomment-3016615635 diff --git a/examples/scripts/6_Phonons/6.2_QuasiHarmonic_MACE.py b/examples/scripts/6_Phonons/6.2_QuasiHarmonic_MACE.py index 0fdea6b46..fe1c041bc 100644 --- a/examples/scripts/6_Phonons/6.2_QuasiHarmonic_MACE.py +++ b/examples/scripts/6_Phonons/6.2_QuasiHarmonic_MACE.py @@ -6,7 +6,7 @@ # dependencies = [ # "mace-torch>=0.3.12", # "phonopy>=2.35", -# "pymatviz>=0.16", +# "pymatviz==0.16", # "plotly!=6.2.0", # TODO remove pin pending https://github.com/plotly/plotly.py/issues/5253#issuecomment-3016615635 # ] # ///