From 34db826192ff9baa4415604ab1397e8daf41e69b Mon Sep 17 00:00:00 2001
From: Thomas Wood <thomas@fastdatascience.com>
Date: Fri, 15 Sep 2023 19:34:10 +0100
Subject: [PATCH] Upgrade Pandas

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 90471ea..85d4ea6 100644
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@
     python_requires=">=3.6",
       install_requires=[
           'numpy==1.24.3',
-          'pandas==2.0.0',
+          'pandas==2.1.0',
           'scikit-learn==1.3.0',
       ],
     extras_require={