diff --git a/ebmdatalab/__init__.py b/ebmdatalab/__init__.py index f9f9cf8..490215f 100644 --- a/ebmdatalab/__init__.py +++ b/ebmdatalab/__init__.py @@ -1,3 +1,3 @@ """Package for ebmdatalab jupyter notebook stuff """ -__version__ = "0.0.23" +__version__ = "0.0.24" diff --git a/pyproject.toml b/pyproject.toml index e26976a..5de1b9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"