diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index e59734a1d..c8f957c57 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -7,7 +7,7 @@ dependencies: - coverage - codacy-coverage - matplotlib-base =3.8.0 -- nglview =3.0.6 +- nglview =3.0.8 - numpy =1.23.5 - phonopy =2.20.0 - plotly =5.17.0 diff --git a/setup.py b/setup.py index f76af367a..ad3e8bf68 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ extras_require={ "grainboundary": ['aimsgb==1.1.0', 'pymatgen==2023.9.10'], "pyscal": ['pyscal2==2.10.18'], - "nglview": ['nglview==3.0.6'], + "nglview": ['nglview==3.0.8'], "plotly": ['plotly==5.17.0'], "clusters": ['scikit-learn==1.3.1'], "symmetry": ['spglib==2.1.0'],