From 2233ee54a86d1becb0f7df9e75a8c833364fcf1d Mon Sep 17 00:00:00 2001 From: Valentin Haenel Date: Thu, 30 Sep 2021 14:22:47 +0200 Subject: [PATCH] unpin dependencies in datashader As title --- switchboard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/switchboard.py b/switchboard.py index 29329da..b84dbf7 100755 --- a/switchboard.py +++ b/switchboard.py @@ -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):