diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index a83710d..af8f051 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -10,5 +10,5 @@ dependencies: - numpy =1.26.2 - pandas =2.1.3 - matplotlib-base =3.8.2 -- nbconvert =7.11.0 +- nbconvert =7.12.0 - nbformat =5.9.2 diff --git a/setup.py b/setup.py index 2d46616..2225ca9 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ 'pyiron_atomistics==0.3.10', 'ipywidgets==8.1.1', 'matplotlib==3.8.2', - 'nbconvert==7.11.0', + 'nbconvert==7.12.0', 'nbformat==5.9.2', 'numpy==1.26.2', 'pandas==2.1.3',