Skip to content

Commit

Permalink
Temporarily constrain dask
Browse files Browse the repository at this point in the history
There seems to be an issue with hvplot and bokeh with the
latest dask:
```
WARNING:param.hvplot_extension: bokeh backend hook <function _load_bokeh at 0x7fb7511e7e20> failed with following exception: module 'dask.dataframe.core' has no attribute 'DataFrame'
```
  • Loading branch information
xylar committed Jan 20, 2025

Verified

This commit was signed with the committer’s verified signature.
1 parent f86daa6 commit 3610227
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/conda-dev-spec.template
Original file line number Diff line number Diff line change
@@ -4,6 +4,8 @@ antimeridian
cartopy
cartopy_offlinedata
cmocean
# temporary constraint on dask due to hvplot and bokeh issue
dask <2025.1.0
esmf={{ esmf }}={{ mpi_prefix }}_*
ffmpeg
geometric_features={{ geometric_features }}

0 comments on commit 3610227

Please sign in to comment.