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]