Skip to content

Commit f250432

Browse files
authored
Unpin dask in documentation environment (#874)
1 parent ab334db commit f250432

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ci/environment-docs.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@ dependencies:
3232
- xgboost
3333
- zict
3434
- pip
35-
# dask 2021.3.0 introduced a regression which causes tests to fail.
36-
# The issue has been resolved upstream in dask and will be included
37-
# in the next release. We temporarily apply a dask version contraint
38-
# to allow CI to pass
39-
- dask !=2021.3.0
35+
- dask
4036
- dask-glm
4137
- dask-xgboost
4238
- pip:

0 commit comments

Comments
 (0)