Skip to content

Commit 223666d

Browse files
committed
Merge pull request #795 from shoyer/fix-ci-dask
Fix failing CI tests on Python 2.6
2 parents 560a9a7 + f9fc1da commit 223666d

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)