diff --git a/pyproject.toml b/pyproject.toml index f0c253cbc..65d420bc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ license = {file = "LICENSE"} requires-python = ">=3.8" dependencies = [ - "bokeh<=3.5.0,>=1.0.0", + "bokeh>=1.0.0,<=3.5.1", "mapca>=0.0.4,<=0.0.5", "matplotlib", "nibabel>=2.5.1,<=5.2.1",