From f9fc1dafcbb7a6a456d0721137b34b6716498d86 Mon Sep 17 00:00:00 2001 From: Stephan Hoyer Date: Sun, 13 Mar 2016 14:10:27 -0700 Subject: [PATCH] Fix failing CI tests on Python 2.6 It turns out we need the latest toolz from pip, not conda (which is no longer building packages for Python 2.6). --- ci/requirements-py26.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements-py26.yml b/ci/requirements-py26.yml index 0afde569611..b4856bc2091 100644 --- a/ci/requirements-py26.yml +++ b/ci/requirements-py26.yml @@ -9,7 +9,6 @@ dependencies: - pandas=0.16.2 - matplotlib=1.4 - openssl - - toolz # no seaborn - scipy=0.16.0 - unittest2 @@ -19,3 +18,4 @@ dependencies: - cyordereddict - dask - h5netcdf + - toolz