From a365947b84630f9742911b01a65ff90680775b71 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Wed, 24 Nov 2021 23:59:03 +0100 Subject: [PATCH] maint: more flexible pinning of matplotlib --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a50530d..00e2466 100644 --- a/Dockerfile +++ b/Dockerfile @@ -87,7 +87,7 @@ RUN /opt/conda/bin/conda install -c conda-forge -c anaconda \ libxml2=2.9 \ libxslt=1.1 \ lockfile=0.12 \ - matplotlib=3.3 \ + "matplotlib>=3.3,<4" \ mkl=2021.3 \ mkl-service=2.4 \ nibabel=3.2 \