diff --git a/conda-environment.yml b/conda-environment.yml index 7ecfd182d..6cdc8fe0d 100644 --- a/conda-environment.yml +++ b/conda-environment.yml @@ -8,7 +8,7 @@ dependencies: - python=3.12.9 - _python_rc=1 # Needed on Mac since Python >= 3.12 - jupyter=1.1.1 - - matplotlib=3.10.7 + - matplotlib=3.10.8 - nbconvert=7.16.6 - nbconvert-webpdf=7.16.6 - numpy=1.26.4 diff --git a/requirements.txt b/requirements.txt index bc4249a98..ea622c8fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # --- Core tools --- jupyter==1.1.1 -matplotlib==3.10.7 +matplotlib==3.10.8 nbconvert[webpdf]==7.16.6 numpy==1.26.4 pandas==2.3.3