Skip to content

Commit

Permalink
Temporarily restrict bokeh<3 (#9607)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Oct 28, 2022
1 parent f0165c3 commit f4e772e
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
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ dependencies:
- blosc
- 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
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ dependencies:
- blosc
- 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
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ dependencies:
- blosc
- 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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dataframe": ["numpy >= 1.18", "pandas >= 1.0"],
"distributed": ["distributed == 2022.10.0"],
"diagnostics": [
"bokeh >= 2.4.2",
"bokeh >= 2.4.2, <3",
"jinja2",
],
"delayed": [], # keeping for backwards compatibility
Expand Down

0 comments on commit f4e772e

Please sign in to comment.