Skip to content

Commit 3a1550c

Browse files
committed
Don't trust matplotlib 3.0.0 just yet (seems to break TestPlot in #1206)
1 parent ff16f77 commit 3a1550c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cloudpickle>=0.2.1
22
dask>=0.18.1
33
hypothesis==3.2
4-
matplotlib>=1.4.2
4+
matplotlib>=1.4.2,<3.0.0
55
numpy>=1.9.2
66
pandas>=0.18.1
77
prompt-toolkit>=1.0.7,<2.0.0

0 commit comments

Comments
 (0)