diff --git a/setup.py b/setup.py index f8bed35..d5f40cd 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ keywords='pyiron', packages=find_packages(exclude=["*tests*"]), install_requires=[ - 'pyiron_base==0.9.11', + 'pyiron_base==0.9.12', 'matplotlib==3.9.1', 'pystem==0.0.26', 'hyperspy==2.1.1',