Skip to content

Commit f9fc1da

Browse files
committed
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).
1 parent 560a9a7 commit f9fc1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/requirements-py26.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dependencies:
99
- pandas=0.16.2
1010
- matplotlib=1.4
1111
- openssl
12-
- toolz
1312
# no seaborn
1413
- scipy=0.16.0
1514
- unittest2
@@ -19,3 +18,4 @@ dependencies:
1918
- cyordereddict
2019
- dask
2120
- h5netcdf
21+
- toolz

0 commit comments

Comments
 (0)