From b54842530e074329a45e7879c2d01c2820deaaf1 Mon Sep 17 00:00:00 2001 From: Calvin Che Date: Thu, 29 Aug 2024 12:53:41 +0800 Subject: [PATCH] Fix requirements --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef8e0f5..b56cf0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ helpers = [] http-client = ["requests", "types-requests", "retry", "types-retry"] logging-json-formatter = ["python-json-logger"] system-token-issuer = ["boto3", "boto3-stubs[lambda]", "PyJWT"] -data-processing = ["numpy"] +data-processing = ["numpy", "pandas", "pandas-stubs"] dev = ["mypy", "black"] all = [ "synnax-shared[events,helpers,http-client,logging-json-formatter,system-token-issuer,data-processing,dev]",