Skip to content

Commit

Permalink
Fix test errors with SMAC caused by dask 2021.07 (#1183)
Browse files Browse the repository at this point in the history
* 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

* Typo
  • Loading branch information
eddiebergman authored Jul 27, 2021
1 parent ec7ba12 commit 6f1e5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ scipy>=0.14.1,<1.7.0
joblib
scikit-learn>=0.24.0,<0.25.0

dask
distributed>=2.2.0
dask<2021.07
distributed>=2.2.0,<2021.07
pyyaml
pandas>=1.0
liac-arff
Expand Down

0 comments on commit 6f1e5c3

Please sign in to comment.