From 34d9a5c213e461dbeb3c9934998c0b427d9f45d3 Mon Sep 17 00:00:00 2001 From: Guido Imperiale Date: Thu, 24 Oct 2019 11:59:06 +0100 Subject: [PATCH] Hack around #3440 --- ci/azure/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/azure/install.yml b/ci/azure/install.yml index f1192f4424f..9d9c2df09bf 100644 --- a/ci/azure/install.yml +++ b/ci/azure/install.yml @@ -17,7 +17,7 @@ steps: --upgrade \ numpy \ matplotlib \ - pandas \ + pandas=0.26.0.dev0+628.g03c1a3db2 \ # FIXME https://github.com/pydata/xarray/issues/3440 scipy pip install \ --no-deps \