chore: update lockfiles

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2025-04-21 00:09:41 -04:00
parent f3e4d11408
commit f96ea77c45
2 changed files with 4 additions and 16 deletions

View File

@@ -34,8 +34,8 @@ dependencies = [
"typer",
"questionary",
"pyaml",
"attrs",
"psutil",
"pathlib",
"pip_requirements_parser",
"nvidia-ml-py",
"dulwich",
@@ -89,10 +89,7 @@ requires = ["hatchling==1.27.0", "hatch-vcs==0.4.0"]
build-backend = 'hatchling.build'
[dependency-groups]
tests = [
"pexpect>=4.9.0",
"pytest>=8.3.5",
]
tests = ["pexpect>=4.9.0", "pytest>=8.3.5"]
[tool.hatch.version]
source = "vcs"

13
uv.lock generated
View File

@@ -1212,13 +1212,13 @@ wheels = [
name = "openllm"
source = { editable = "." }
dependencies = [
{ name = "attrs" },
{ name = "bentoml" },
{ name = "dulwich" },
{ name = "hf-xet" },
{ name = "huggingface-hub" },
{ name = "nvidia-ml-py" },
{ name = "openai" },
{ name = "pathlib" },
{ name = "pip-requirements-parser" },
{ name = "psutil" },
{ name = "pyaml" },
@@ -1237,13 +1237,13 @@ tests = [
[package.metadata]
requires-dist = [
{ name = "attrs" },
{ name = "bentoml", specifier = "==1.4.8" },
{ name = "dulwich" },
{ name = "hf-xet" },
{ name = "huggingface-hub" },
{ name = "nvidia-ml-py" },
{ name = "openai", specifier = "==1.73.0" },
{ name = "pathlib" },
{ name = "pip-requirements-parser" },
{ name = "psutil" },
{ name = "pyaml" },
@@ -1365,15 +1365,6 @@ wheels = [
{ url = "https://files.pythonhosted.org/packages/88/ef/eb23f262cca3c0c4eb7ab1933c3b1f03d021f2c48f54763065b6f0e321be/packaging-24.2-py3-none-any.whl", hash = "sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759", size = 65451 },
]
[[package]]
name = "pathlib"
version = "1.0.1"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/ac/aa/9b065a76b9af472437a0059f77e8f962fe350438b927cb80184c32f075eb/pathlib-1.0.1.tar.gz", hash = "sha256:6940718dfc3eff4258203ad5021090933e5c04707d5ca8cc9e73c94a7894ea9f", size = 49298 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/78/f9/690a8600b93c332de3ab4a344a4ac34f00c8f104917061f779db6a918ed6/pathlib-1.0.1-py3-none-any.whl", hash = "sha256:f35f95ab8b0f59e6d354090350b44a80a80635d22efdedfa84c7ad1cf0a74147", size = 14363 },
]
[[package]]
name = "pathspec"
version = "0.12.1"