Skip to content

Commit c16247e

Browse files
authored
Temporarily restrict dask version in CI (#807)
1 parent 027c978 commit c16247e

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

ci/environment-3.7.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ dependencies:
66
- black==19.10b0
77
- coverage
88
- codecov
9-
- dask
9+
# dask 2021.3.0 introduced a regression which causes tests to fail.
10+
# The issue has been resolved upstream in dask and will be included
11+
# in the next release. We temporarily apply a dask version contraint
12+
# to allow CI to pass
13+
- dask !=2021.3.0
1014
- dask-glm >=0.2.0
11-
- distributed
1215
- flake8
1316
- isort==4.3.21
1417
- multipledispatch >=0.4.9

ci/environment-3.8.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ dependencies:
66
- black==19.10b0
77
- coverage
88
- codecov
9-
- dask
9+
# dask 2021.3.0 introduced a regression which causes tests to fail.
10+
# The issue has been resolved upstream in dask and will be included
11+
# in the next release. We temporarily apply a dask version contraint
12+
# to allow CI to pass
13+
- dask !=2021.3.0
1014
- dask-glm >=0.2.0
11-
- distributed
1215
- flake8
1316
- isort==4.3.21
1417
- multipledispatch >=0.4.9

ci/environment-docs.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,12 @@ dependencies:
3838
- xgboost
3939
- zict
4040
- pip
41-
- dask
41+
# dask 2021.3.0 introduced a regression which causes tests to fail.
42+
# The issue has been resolved upstream in dask and will be included
43+
# in the next release. We temporarily apply a dask version contraint
44+
# to allow CI to pass
45+
- dask !=2021.3.0
4246
- dask-glm
43-
- distributed
4447
- dask-xgboost
4548
- pip:
4649
- dask_sphinx_theme >=1.1.0

0 commit comments

Comments
 (0)