Skip to content

Commit

Permalink
Fix bokeh pins
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 8, 2023
1 parent 5038654 commit ba46e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [
"param >=1.9.2",
"pyct >=0.4.4",
"setuptools >=42",
"bokeh >=3.1.0,<3.2.0",
"bokeh >=3.1.0.dev1,<3.2.0",
"pyviz_comms >=0.7.4",
"requests",
"bleach",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def run(self):
'setuptools >=42',
'requests',
'packaging',
'bokeh >=3.1,<3.2',
'bokeh >=3.1.0.dev1,<3.2',
'pyviz_comms >=0.7.4',
'bleach',
'tqdm >=4.48.0',
Expand Down

0 comments on commit ba46e32

Please sign in to comment.