Skip to content

Commit

Permalink
Let dask install the correct version of bokeh. (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKenyon authored Feb 14, 2023
1 parent 303fff4 commit 1f609c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"numpy",
"dask-ms[xarray, zarr, s3]>=0.2.9",
"codex-africanus[dask, scipy, astropy, python-casacore]",
"dask[array]",
"dask[array,diagnostics]",
"astro-tigger-lsm",
"loguru",
"numba>=0.55.0",
Expand All @@ -21,7 +21,6 @@
"pytest",
"omegaconf",
"colorama",
"bokeh",
"xarray>=0.20.0"
]

Expand Down

0 comments on commit 1f609c5

Please sign in to comment.