Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Nov 21, 2024
1 parent 7f6c5d0 commit 0a09eec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lint = ["py311", "lint"]
download-data = ["download-data"]

[dependencies]
bokeh = ">=3.5.0,<3.7.0"
bokeh = "3.6.*"
cartopy = ">=0.18.0"
holoviews = ">=1.16.0"
nodejs = ">=20"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling", "hatch-vcs", 'bokeh >=3.5.0,<3.7.0']
requires = ["hatchling", "hatch-vcs", 'bokeh ==3.6.0']
build-backend = "hatchling.build"

[project]
Expand Down Expand Up @@ -27,7 +27,7 @@ classifiers = [
]

dependencies = [
'bokeh >=3.5.0,<3.7.0',
'bokeh >=3.6.0,<3.7.0',
'cartopy >=0.18.0',
'holoviews >=1.16.0',
'numpy',
Expand Down

0 comments on commit 0a09eec

Please sign in to comment.