diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 695d9ace5..e67c6fda5 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -6,7 +6,7 @@ dependencies: - ase =3.26.0 - coverage - dscribe =2.1.2 -- matplotlib-base =3.10.7 +- matplotlib-base =3.10.8 - nglview =3.1.4 - notebook - numpy =2.3.5 diff --git a/pyproject.toml b/pyproject.toml index ad8e6f7ec..7e00f6252 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ grainboundary = [ ] pyscal = ["pyscal3==3.3.0"] nglview = ["nglview==3.1.4"] -matplotlib = ["matplotlib==3.10.7"] +matplotlib = ["matplotlib==3.10.8"] plotly = ["plotly==6.5.0"] clusters = ["scikit-learn==1.7.2"] symmetry = ["spglib==2.6.0"]