From b7a6255e3d1e6d3b97c657341326003d0bf0a948 Mon Sep 17 00:00:00 2001 From: Peter Inglesby Date: Mon, 1 May 2023 12:59:30 +0100 Subject: [PATCH] Bump vesion of Pandas Addresses #32 (although further work required to get this into datalab-juypter docker image) --- ebmdatalab/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"