Skip to content

Commit 33dbb4a

Browse files
committed
ENV: Avoid matplotlib 3.7.2 (matplotlib/matplotlib#26287)
1 parent f042539 commit 33dbb4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
# Base scientific python stack; required by FSL, so pinned here
1616
- numpy=1.25
1717
- scipy=1.11
18-
- matplotlib=3.7
18+
- matplotlib=3.7,!=3.7.2
1919
- pandas=2.0
2020
- h5py=3.8
2121
# Dependencies compiled against numpy, best to stick with conda

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ mapca==0.0.3
149149
# via tedana
150150
markupsafe==2.1.3
151151
# via jinja2
152-
matplotlib==3.7.2
152+
matplotlib==3.7.1
153153
# via
154154
# nitime
155155
# niworkflows

0 commit comments

Comments
 (0)