diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index a64fecc..380b01d 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -5,7 +5,7 @@ dependencies: - coverage - codacy-coverage - pyiron_base=0.10.9 -- matplotlib=3.9.2 +- matplotlib=3.9.3 - pystem=0.0.26 - match-series - hyperspy=2.2.0 diff --git a/binder/environment.yml b/binder/environment.yml index d351de3..72af8ee 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -2,7 +2,7 @@ channels: - conda-forge dependencies: - pyiron_base=0.6.16 -- matplotlib=3.9.2 +- matplotlib=3.9.3 - pystem =0.0.26 - match-series - hyperspy=2.2.0 diff --git a/setup.py b/setup.py index dc30752..9044814 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ packages=find_packages(exclude=["*tests*"]), install_requires=[ 'pyiron_base==0.10.9', - 'matplotlib==3.9.2', + 'matplotlib==3.9.3', 'pystem==0.0.26', 'hyperspy==2.2.0', 'scanf==1.5.2',