diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 3e80fc5..5b04261 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -4,7 +4,7 @@ dependencies: - coveralls - coverage - codacy-coverage -- pyiron_base=0.9.11 +- pyiron_base=0.9.12 - matplotlib=3.9.1 - pystem=0.0.26 - match-series 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',