Skip to content

Commit

Permalink
Bump vesion of Pandas
Browse files Browse the repository at this point in the history
Addresses #32 (although further work required to get this into
datalab-juypter docker image)
  • Loading branch information
inglesp committed May 1, 2023
1 parent e48f420 commit b7a6255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ebmdatalab/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Package for ebmdatalab jupyter notebook stuff
"""
__version__ = "0.0.23"
__version__ = "0.0.24"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ classifiers = ["License :: OSI Approved :: MIT License"]
requires = [
"statsmodels",
"seaborn",
"pandas >= 0.24",
"pandas >= 1.5.0",
"pandas-gbq >= 0.8.0",
"geopandas",
"descartes"
Expand Down

0 comments on commit b7a6255

Please sign in to comment.