Skip to content

Commit

Permalink
Set upper bound on bokeh to 3.2.2 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson authored Nov 10, 2023
1 parent 4809072 commit 455babf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"bokeh<=3.2.2", # Necessary until https://github.com/dask/distributed/issues/8333 is resolved
"click>=8.1",
"dask",
"rich",
Expand Down

0 comments on commit 455babf

Please sign in to comment.