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:
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments