Skip to content

Commit

Permalink
Allow bokeh=3 (#9659)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Nov 15, 2022
1 parent 98b878d commit 9fdd11d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions continuous_integration/environment-3.10.yaml
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions continuous_integration/environment-3.8.yaml
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions continuous_integration/environment-3.9.yaml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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
Expand Down

0 comments on commit 9fdd11d

Please sign in to comment.