diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index beae805..37e0821 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -4,7 +4,7 @@ dependencies: - coveralls - coverage - codacy-coverage -- pyiron_base=0.9.4 +- pyiron_base=0.9.5 - matplotlib=3.8.4 - pystem=0.0.26 - match-series diff --git a/setup.py b/setup.py index a974af8..4a9861b 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ keywords='pyiron', packages=find_packages(exclude=["*tests*"]), install_requires=[ - 'pyiron_base==0.9.4', + 'pyiron_base==0.9.5', 'matplotlib==3.8.4', 'pystem==0.0.26', 'hyperspy==2.1.0',