From 722e00867744f9f969433df155e0612d84e80f13 Mon Sep 17 00:00:00 2001 From: Adithya Samavedhi Date: Mon, 15 Jun 2026 10:07:55 -0700 Subject: [PATCH] add setuptools dependency since DBR automatically ships it but non DBR runtimes have a dependency on it --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a8dbbe2..e4f7129 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ dependencies = [ "ttd-data>=0.2.2,<0.3.0", "pandas>=1.0.5", "pyarrow>=4.0.0", + "setuptools>=63.4.1", ] [project.optional-dependencies]