We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f042539 commit 33dbb4aCopy full SHA for 33dbb4a
env.yml
@@ -15,7 +15,7 @@ dependencies:
15
# Base scientific python stack; required by FSL, so pinned here
16
- numpy=1.25
17
- scipy=1.11
18
- - matplotlib=3.7
+ - matplotlib=3.7,!=3.7.2
19
- pandas=2.0
20
- h5py=3.8
21
# Dependencies compiled against numpy, best to stick with conda
requirements.txt
@@ -149,7 +149,7 @@ mapca==0.0.3
149
# via tedana
150
markupsafe==2.1.3
151
# via jinja2
152
-matplotlib==3.7.2
+matplotlib==3.7.1
153
# via
154
# nitime
155
# niworkflows
0 commit comments