Skip to content

Commit

Permalink
adding bokeh for dask
Browse files Browse the repository at this point in the history
  • Loading branch information
camilolaiton committed Jun 12, 2024
1 parent b4ea346 commit bfb5390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies = [
'ome-zarr==0.8.2',
'imagecodecs[all]==2023.3.16',
'natsort==8.4.0',
'bokeh==3.4.1'
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/aind_smartspim_data_transformation/smartspim_job.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Module to handle ephys data compression"""
"""Module to handle smartspim data compression"""

import logging
import os
Expand Down

0 comments on commit bfb5390

Please sign in to comment.