Skip to content

Commit 5835d3a

Browse files
Update bokeh requirement from <=3.4.0,>=1.0.0 to >=1.0.0,<=3.4.1 (ME-ICA#1078)
Updates the requirements on [bokeh](https://github.com/bokeh/bokeh) to permit the latest version. - [Changelog](https://github.com/bokeh/bokeh/blob/branch-3.5/docs/CHANGELOG) - [Commits](bokeh/bokeh@1.0.0...3.4.1) --- updated-dependencies: - dependency-name: bokeh dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 953aa65 commit 5835d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
license = {file = "LICENSE"}
2222
requires-python = ">=3.8"
2323
dependencies = [
24-
"bokeh>=1.0.0,<=3.4.0",
24+
"bokeh>=1.0.0,<=3.4.1",
2525
"mapca>=0.0.4,<=0.0.5",
2626
"matplotlib",
2727
"nibabel>=2.5.1,<=5.2.1",

0 commit comments

Comments
 (0)