From 3a1550c58a71ab9eab7d176e5c8789210add4bc5 Mon Sep 17 00:00:00 2001 From: "Karol M. Langner" Date: Tue, 23 Oct 2018 23:19:33 -0700 Subject: [PATCH] Don't trust matplotlib 3.0.0 just yet (seems to break TestPlot in #1206) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f8afdfcf1..cac873554 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ cloudpickle>=0.2.1 dask>=0.18.1 hypothesis==3.2 -matplotlib>=1.4.2 +matplotlib>=1.4.2,<3.0.0 numpy>=1.9.2 pandas>=0.18.1 prompt-toolkit>=1.0.7,<2.0.0