Skip to content

Commit a365947

Browse files
authored
maint: more flexible pinning of matplotlib
1 parent 2cce041 commit a365947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ RUN /opt/conda/bin/conda install -c conda-forge -c anaconda \
8787
libxml2=2.9 \
8888
libxslt=1.1 \
8989
lockfile=0.12 \
90-
matplotlib=3.3 \
90+
"matplotlib>=3.3,<4" \
9191
mkl=2021.3 \
9292
mkl-service=2.4 \
9393
nibabel=3.2 \

0 commit comments

Comments
 (0)