diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 916536b..81cc116 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -10,5 +10,5 @@ dependencies: - numpy =1.26.0 - pandas =2.1.2 - matplotlib-base =3.8.0 -- nbconvert =7.10.0 +- nbconvert =7.11.0 - nbformat =5.9.2 diff --git a/setup.py b/setup.py index 75d21dc..59c64d8 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ 'pyiron_atomistics==0.3.5', 'ipywidgets==8.1.1', 'matplotlib==3.8.0', - 'nbconvert==7.10.0', + 'nbconvert==7.11.0', 'nbformat==5.9.2', 'numpy==1.26.0', 'pandas==2.1.2',