File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,12 @@ dependencies:
6
6
- black==19.10b0
7
7
- coverage
8
8
- 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
10
14
- dask-glm >=0.2.0
11
- - distributed
12
15
- flake8
13
16
- isort==4.3.21
14
17
- multipledispatch >=0.4.9
Original file line number Diff line number Diff line change @@ -6,9 +6,12 @@ dependencies:
6
6
- black==19.10b0
7
7
- coverage
8
8
- 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
10
14
- dask-glm >=0.2.0
11
- - distributed
12
15
- flake8
13
16
- isort==4.3.21
14
17
- multipledispatch >=0.4.9
Original file line number Diff line number Diff line change @@ -38,9 +38,12 @@ dependencies:
38
38
- xgboost
39
39
- zict
40
40
- 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
42
46
- dask-glm
43
- - distributed
44
47
- dask-xgboost
45
48
- pip :
46
49
- dask_sphinx_theme >=1.1.0
You can’t perform that action at this time.
0 commit comments