From 80ee9d0e0540bcd8f363d26e8cd3d35ddd662004 Mon Sep 17 00:00:00 2001 From: anjakefala Date: Thu, 30 May 2024 10:49:14 -0700 Subject: [PATCH] Add pandas as a test dependency --- python/pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 2673f1de0f780..2629a98969c2e 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -65,7 +65,8 @@ test = [ 'pytest', 'hypothesis', 'cffi', - 'pytz' + 'pytz', + 'pandas' ] [tool.setuptools]