From 1dd95f5ab5ad3ea2020bd8609da2e72662f6b31e Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 5 Jun 2024 13:37:12 -0400 Subject: [PATCH] MNT: Roll back matplotlib until conda package exists --- env.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/env.yml b/env.yml index 7be169b0..63d0e65f 100644 --- a/env.yml +++ b/env.yml @@ -17,7 +17,7 @@ dependencies: # Base scientific python stack; required by FSL, so pinned here - numpy=1.26 - scipy=1.13 - - matplotlib=3.9 + - matplotlib=3.8 - pandas=2.2 - h5py=3.11 # Dependencies compiled against numpy, best to stick with conda diff --git a/requirements.txt b/requirements.txt index 38d34007..d0f9491c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -138,7 +138,7 @@ mapca==0.0.5 # via tedana markupsafe==2.1.5 # via jinja2 -matplotlib==3.9.0 +matplotlib==3.8.4 # via # nireports # nitime