Skip to content

Commit

Permalink
fix(deps): bump minimum dask version to 2021.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jan 1, 2022
1 parent ea8c3d8 commit e6b5c09
Show file tree
Hide file tree
Showing 14 changed files with 114 additions and 114 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
git add conda-lock/*.lock
if git commit -m 'chore(conda-lock): relock [skip ci]'; then
if git commit -m 'chore(conda-lock): relock'; then
# pull in case another commit happened in the meantime
#
# `ours` is actually the *other* changeset, not the current branch, per
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ibis-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: dask
title: Dask Extra
deps:
- "dask@2021.2.0 --extras array --extras dataframe"
- "dask@2021.10.0 --extras array --extras dataframe"
- name: hdf5
title: HDF5
- name: pandas
Expand Down
26 changes: 13 additions & 13 deletions conda-lock/linux-64-3.7.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e6b5c09

Please sign in to comment.