Skip to content

Commit

Permalink
Restrict bokeh=3 support (#9673)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjoseph92 committed Nov 18, 2022
1 parent 6a02bcb commit 1351630
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion continuous_integration/environment-3.10.yaml
Expand Up @@ -37,7 +37,8 @@ dependencies:
# other -- IO
- boto3
- botocore
- bokeh
# Temporary restriction until https://github.com/dask/distributed/issues/7173 is resolved
- bokeh<3
- httpretty
- aiohttp
# Need recent version of s3fs to support newer aiobotocore versions
Expand Down
3 changes: 2 additions & 1 deletion continuous_integration/environment-3.8.yaml
Expand Up @@ -37,7 +37,8 @@ dependencies:
# other -- IO
- boto3
- botocore
- bokeh
# Temporary restriction until https://github.com/dask/distributed/issues/7173 is resolved
- bokeh<3
- httpretty
- aiohttp
# Need recent version of s3fs to support newer aiobotocore versions
Expand Down
3 changes: 2 additions & 1 deletion continuous_integration/environment-3.9.yaml
Expand Up @@ -37,7 +37,8 @@ dependencies:
# other -- IO
- boto3
- botocore
- bokeh
# Temporary restriction until https://github.com/dask/distributed/issues/7173 is resolved
- bokeh<3
- 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.11.0"],
"diagnostics": [
"bokeh >= 2.4.2",
"bokeh >= 2.4.2, <3",
"jinja2",
],
"delayed": [], # keeping for backwards compatibility
Expand Down

0 comments on commit 1351630

Please sign in to comment.