diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 50df9c1..ea72970 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -4,7 +4,7 @@ dependencies: - coveralls - coverage - codacy-coverage -- pyiron_base=0.8.1 +- pyiron_base=0.8.2 - matplotlib=3.8.4 - pystem=0.0.26 - match-series diff --git a/setup.py b/setup.py index c668b4c..a60ac33 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ keywords='pyiron', packages=find_packages(exclude=["*tests*"]), install_requires=[ - 'pyiron_base==0.8.1', + 'pyiron_base==0.8.2', 'matplotlib==3.8.4', 'pystem==0.0.26', 'hyperspy==2.0.1',