diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 4b13a73..cd4e3f8 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -4,7 +4,7 @@ dependencies: - coveralls - coverage - codacy-coverage -- pyiron_base=0.6.12 +- pyiron_base=0.6.15 - matplotlib=3.8.2 - pystem=0.0.26 - match-series diff --git a/binder/environment.yml b/binder/environment.yml index bd0bf4b..936567a 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- pyiron_base=0.6.12 +- pyiron_base=0.6.15 - matplotlib=3.8.2 - pystem =0.0.26 - match-series diff --git a/setup.py b/setup.py index bfb7e92..615b7f4 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ keywords='pyiron', packages=find_packages(exclude=["*tests*"]), install_requires=[ - 'pyiron_base==0.6.12', + 'pyiron_base==0.6.15', 'matplotlib==3.8.2', 'pystem==0.0.26', 'hyperspy==1.7.6',