Skip to content

Commit

Permalink
bump anywidget to 0.7.1 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Nov 10, 2023
1 parent 75a163b commit e3a0c42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include = ["lonboard/static/*.js", "lonboard/static/*.css"]

[tool.poetry.dependencies]
python = "^3.8"
anywidget = "^0.6.3"
anywidget = "^0.7.1"
pyarrow = ">=14.0.1"
geopandas = ">=0.13"
pandas = "^2"
Expand All @@ -22,7 +22,7 @@ shapely = "^2"


[tool.poetry.group.dev.dependencies]
# anywidget = { version = "^0.6.3", extras = ["dev"] }
# anywidget = { version = "^0.7.1", extras = ["dev"] }
jupyterlab = "^4.0.5"
pre-commit = "^3.4.0"
pytest = "^7.4.2"
Expand Down

0 comments on commit e3a0c42

Please sign in to comment.