diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index aff9fd379..146f6dd18 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -9,6 +9,7 @@ dependencies: - matplotlib-base =3.7.1 - numpy =1.24.3 - phonopy =2.20.0 +- plotly =5.15.0 - pymatgen =2023.5.31 - pyscal =2.10.18 - scikit-learn =1.3.0 diff --git a/setup.py b/setup.py index 5e810a5de..a19a08bca 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ "grainboundary": ['aimsgb==1.0.1', 'pymatgen==2023.5.31'], "pyscal": ['pyscal2==2.10.18'], "nglview": ['nglview==3.0.5'], - "plotly": ['plotly==5.14.1'], + "plotly": ['plotly==5.15.0'], "clusters": ['scikit-learn==1.3.0'], "symmetry": ['spglib==2.0.2'], "surface": ['spglib==2.0.2', 'pymatgen==2023.5.31'],