Commit 6f1e5c3
authored
Fix test errors with SMAC caused by dask 2021.07 (#1183)
* Fix test errors with SMAC caused by dask 2021.07
The latest version of dask (2021.07) does not play nicely with
`lazy_import` in SMAC.
Fixing the version to be `dask>=2021.06,<2021.07` fixes this.
* Removed lower bound for dask, reset distributed's lower bound
* Typo1 parent ec7ba12 commit 6f1e5c3
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments