From 1ad26d3d72997c7d839e7b8c016299e813a9f36c Mon Sep 17 00:00:00 2001 From: JasonLi1909 Date: Sat, 1 Nov 2025 15:25:55 -0700 Subject: [PATCH 1/2] added pydantic to setup.py tune extras Signed-off-by: JasonLi1909 --- python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/setup.py b/python/setup.py index 869d5dfabecf..2d3c299d749f 100644 --- a/python/setup.py +++ b/python/setup.py @@ -279,6 +279,7 @@ def get_packages(self): ], "tune": [ "pandas", + pydantic_dep, "tensorboardX>=1.9", "requests", *pyarrow_deps, From f4e9a7c571cccc816a1a23018e3bf2a9c5efa78f Mon Sep 17 00:00:00 2001 From: JasonLi1909 Date: Sat, 1 Nov 2025 16:19:46 -0700 Subject: [PATCH 2/2] todo comment Signed-off-by: JasonLi1909 --- python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/setup.py b/python/setup.py index 2d3c299d749f..6723ec78554c 100644 --- a/python/setup.py +++ b/python/setup.py @@ -279,6 +279,7 @@ def get_packages(self): ], "tune": [ "pandas", + # TODO: Remove pydantic dependency from tune once tune doesn't import train pydantic_dep, "tensorboardX>=1.9", "requests",