From 5377bfaa91266ad536d89aeea45f3cbf3837d853 Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Fri, 8 Feb 2019 17:28:18 +1100
Subject: [PATCH] Fix the pandas version to 0.23 for testing

---
 containers/Dockerfile-test-suite-python27 | 2 +-
 containers/Dockerfile-test-suite-python37 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/containers/Dockerfile-test-suite-python27 b/containers/Dockerfile-test-suite-python27
index d886488d2..b10f96eb2 100644
--- a/containers/Dockerfile-test-suite-python27
+++ b/containers/Dockerfile-test-suite-python27
@@ -20,7 +20,7 @@ echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc && \
 echo "conda activate base" >> ~/.bashrc
 
 # Install conda-installable programs
-RUN conda install -y numpy scipy matplotlib pandas
+RUN conda install -y numpy scipy matplotlib pandas==0.23
 
 RUN conda install -c conda-forge deepdish
 
diff --git a/containers/Dockerfile-test-suite-python37 b/containers/Dockerfile-test-suite-python37
index 753120cf6..b7848c8f7 100644
--- a/containers/Dockerfile-test-suite-python37
+++ b/containers/Dockerfile-test-suite-python37
@@ -21,7 +21,7 @@ echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc && \
 echo "conda activate base" >> ~/.bashrc
 
 # Install conda-installable programs
-RUN conda install -y numpy scipy matplotlib pandas
+RUN conda install -y numpy scipy matplotlib pandas==0.23
 
 RUN conda install -c conda-forge deepdish
 
-- 
GitLab