From 7c56c9fa6f7394c88c84cb94de1c2b9e2feda769 Mon Sep 17 00:00:00 2001 From: Tom Weber Date: Thu, 5 Jan 2023 13:21:29 +0100 Subject: [PATCH] pyproject deps --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d09c05..b8c3910 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,8 @@ classifiers = [ ] dependencies = [ "numpy>=1.23.3", - "plotly>=5.11.0" + "plotly>=5.11.0", + "pandas>=1.5.1" ] [project.urls]