diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index f582ad84b..318a895ba 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -7,7 +7,7 @@ dependencies: - coverage - codacy-coverage - matplotlib-base =3.7.2 -- nglview =3.0.6 +- nglview =3.0.7 - numpy =1.23.5 - phonopy =2.20.0 - plotly =5.16.1 diff --git a/setup.py b/setup.py index 731c710a4..815854449 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ extras_require={ "grainboundary": ['aimsgb==1.0.3', 'pymatgen==2023.8.10'], "pyscal": ['pyscal2==2.10.18'], - "nglview": ['nglview==3.0.6'], + "nglview": ['nglview==3.0.7'], "plotly": ['plotly==5.16.1'], "clusters": ['scikit-learn==1.3.0'], "symmetry": ['spglib==2.0.2'],