diff --git a/continuous_integration/environment-3.10.yaml b/continuous_integration/environment-3.10.yaml index 87a5d148ff6..0f90af51699 100644 --- a/continuous_integration/environment-3.10.yaml +++ b/continuous_integration/environment-3.10.yaml @@ -37,8 +37,7 @@ dependencies: # other -- IO - boto3 - botocore - # Temporary restriction until https://github.com/dask/distributed/issues/7173 is resolved - - bokeh<3 + - bokeh - httpretty - aiohttp # Need recent version of s3fs to support newer aiobotocore versions diff --git a/continuous_integration/environment-3.8.yaml b/continuous_integration/environment-3.8.yaml index 2c38048dc1c..d21068a14a8 100644 --- a/continuous_integration/environment-3.8.yaml +++ b/continuous_integration/environment-3.8.yaml @@ -37,8 +37,7 @@ dependencies: # other -- IO - boto3 - botocore - # Temporary restriction until https://github.com/dask/distributed/issues/7173 is resolved - - bokeh<3 + - bokeh - httpretty - aiohttp # Need recent version of s3fs to support newer aiobotocore versions diff --git a/continuous_integration/environment-3.9.yaml b/continuous_integration/environment-3.9.yaml index 7340d5c9dd4..54ec3634527 100644 --- a/continuous_integration/environment-3.9.yaml +++ b/continuous_integration/environment-3.9.yaml @@ -37,8 +37,7 @@ dependencies: # other -- IO - boto3 - botocore - # Temporary restriction until https://github.com/dask/distributed/issues/7173 is resolved - - bokeh<3 + - bokeh - httpretty - aiohttp # Need recent version of s3fs to support newer aiobotocore versions diff --git a/setup.py b/setup.py index eec15b2cbbf..9a05f44348d 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ "dataframe": ["numpy >= 1.18", "pandas >= 1.0"], "distributed": ["distributed == 2022.10.2"], "diagnostics": [ - "bokeh >= 2.4.2, <3", + "bokeh >= 2.4.2", "jinja2", ], "delayed": [], # keeping for backwards compatibility