fix(deps): make sure core deps are available on setup

Signed-off-by: Aaron Pham (mbp16) <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron Pham (mbp16)
2024-05-27 12:44:22 -04:00
parent f4f7f16e81
commit 20ac656018

View File

@@ -64,6 +64,8 @@ dependencies = [
"inflection",
"typing_extensions",
"mypy_extensions",
"packaging",
"deepmerge",
]
license = "Apache-2.0"
name = "openllm-core"