Skip to content

Commit

Permalink
[Requirements] Bound dask-ml to less than 1.9.0 (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedingber committed May 4, 2021
1 parent d3e5f7d commit c77c17c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/base/requirements.txt
Expand Up @@ -3,7 +3,7 @@ urllib3>=1.25.4, <1.27
blosc~=1.7
cloudpickle~=1.5
dask-kubernetes~=0.11.0
dask-ml~=1.4
dask-ml~=1.4,<1.9.0
dask[complete]~=2.12
# see main requirements.txt for reasoning the resrictions
distributed>=2.23, <3
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/models-gpu/requirements.txt
Expand Up @@ -3,7 +3,7 @@ urllib3>=1.25.4, <1.27
blosc~=1.7
cloudpickle~=1.5
dask-kubernetes~=0.11.0
dask-ml~=1.4
dask-ml~=1.4,<1.9.0
dask[complete]~=2.12
# see main requirements.txt for reasoning the resrictions
distributed>=2.23, <3
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/models/requirements.txt
Expand Up @@ -4,7 +4,7 @@ blosc~=1.7
bokeh~=2.0
cloudpickle~=1.5
dask-kubernetes~=0.11.0
dask-ml~=1.4
dask-ml~=1.4,<1.9.0
dask[complete]~=2.12
# see main requirements.txt for reasoning the resrictions
distributed>=2.23, <3
Expand Down

0 comments on commit c77c17c

Please sign in to comment.