Skip to content

Commit

Permalink
Add pandas v2 requirement (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Nov 10, 2023
1 parent 040b7cf commit bfa8405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ python = "^3.8"
anywidget = "^0.6.3"
pyarrow = "^13.0.0"
geopandas = ">=0.13"
pandas = "^2"
palettable = "^3.3.3"
# We use the colormap module from matplotlib. This module may be vendored in the
# future to remove the matplotlib dependency.
Expand Down

0 comments on commit bfa8405

Please sign in to comment.