Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed May 23, 2024
1 parent cb8dfa9 commit 0f37c0a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "maplibre"
version = "0.1.4"
version = "0.1.4.1"
description = "Python bindings for MapLibre GL JS"
authors = ["Stefan Kuethe <[email protected]>"]
readme = "README.md"
Expand All @@ -12,9 +12,9 @@ include = [
[tool.poetry.dependencies]
python = ">=3.9,<4"
shiny = ">=0.7.0"
htmltools = "^0.5.1"
jinja2 = "^3.1.3"
pydantic = "^2.5.3"
htmltools = ">=0.5.1"
jinja2 = ">=3.1.3"
pydantic = ">=2.5.3"
anywidget = ">=0.9.0"
pandas = {version = "^2.1.4", optional = true}
geopandas = {version = "^0.14.2", optional = true}
Expand Down

0 comments on commit 0f37c0a

Please sign in to comment.