diff --git a/pyproject.toml b/pyproject.toml index 90137767..e4dd5a0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ 'bandit', 'batman-package', 'bibtexparser', - 'bokeh>=3.0,<=3.2.1', + 'bokeh>=3.0,<=3.5.1', 'boto3', 'corner', 'cython', diff --git a/requirements.txt b/requirements.txt index 19010cce..f4f14c9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ astropy>=5.3.1 bandit>=1.7.0 batman-package>=2.4.8 bibtexparser>=1.2.0 -bokeh>3.0,<=3.2.1 +bokeh>3.0,<=3.5.1 boto3>=1.17.42 corner>=2.2.1 cython>=0.29.22