From 20ac656018528eeb60fbd098ece4483653a02e66 Mon Sep 17 00:00:00 2001 From: "Aaron Pham (mbp16)" <29749331+aarnphm@users.noreply.github.com> Date: Mon, 27 May 2024 12:44:22 -0400 Subject: [PATCH] fix(deps): make sure core deps are available on setup Signed-off-by: Aaron Pham (mbp16) <29749331+aarnphm@users.noreply.github.com> --- openllm-core/pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openllm-core/pyproject.toml b/openllm-core/pyproject.toml index a9af2fce..e0343587 100644 --- a/openllm-core/pyproject.toml +++ b/openllm-core/pyproject.toml @@ -64,6 +64,8 @@ dependencies = [ "inflection", "typing_extensions", "mypy_extensions", + "packaging", + "deepmerge", ] license = "Apache-2.0" name = "openllm-core"