From 7516f234431eed1c31c9c4d15a63903f1462591c Mon Sep 17 00:00:00 2001 From: Niklas Siemer <70580458+niklassiemer@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:27:14 +0200 Subject: [PATCH] Update dependencies --- .ci_support/environment.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index d551442..19b4d9a 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -5,7 +5,7 @@ dependencies: - coverage - codacy-coverage - pyiron_base=0.9.6 -- matplotlib=3.8.4 +- matplotlib=3.9.1 - pystem=0.0.26 - match-series - hyperspy=2.1.0 diff --git a/setup.py b/setup.py index 8d8f5b5..138dcfd 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ packages=find_packages(exclude=["*tests*"]), install_requires=[ 'pyiron_base==0.9.6', - 'matplotlib==3.8.4', + 'matplotlib==3.9.1', 'pystem==0.0.26', 'hyperspy==2.1.0', 'scanf==1.5.2',