Skip to content

Commit

Permalink
unpin dependencies in datashader
Browse files Browse the repository at this point in the history
As title
  • Loading branch information
esc committed Sep 30, 2021
1 parent fd58d5c commit 2233ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions switchboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,10 @@ def git_ref(self):

@property
def conda_dependencies(self):
return ["python bokeh<2.0 codecov colorcet dask[complete] "
return ["python bokeh codecov colorcet dask[complete] "
"datashape fastparquet flake8 nbsmoke numpy pandas pandas "
"param pillow pyct[cmd] pytest pytest-benchmark pytest-cov "
"scikit-image scipy toolz xarray==0.16.2 netcdf4"]
"scikit-image scipy toolz xarray netcdf4"]

@property
def install_command(self):
Expand Down

0 comments on commit 2233ee5

Please sign in to comment.