diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index d22d7ed7b..caf38224e 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -6,7 +6,7 @@ dependencies: - coverage - dscribe =2.1.0 - matplotlib-base =3.8.3 -- nglview =3.1.1 +- nglview =3.1.2 - notebook - numpy =1.26.4 - phonopy =2.21.2 diff --git a/pyproject.toml b/pyproject.toml index 1c31d80dd..566fa985e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ grainboundary = [ "pymatgen==2024.3.1", ] pyscal = ["pyscal2==2.10.18"] -nglview = ["nglview==3.1.1"] +nglview = ["nglview==3.1.2"] matplotlib = ["matplotlib==3.8.3"] plotly = ["plotly==5.19.0"] clusters = ["scikit-learn==1.4.1.post1"]