diff --git a/pyproject.toml b/pyproject.toml index 9b853e1..2e2bffb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requires-python = ">=3.12" authors = [ { name = "Project Neura", email = "central@projectneura.org" } ] -dependencies = ["fastapi", "uvicorn", "pydantic", "nvidia-ml-py", "psutil", "matplotlib", "huggingface-hub>=1.5.0"] +dependencies = ["fastapi", "uvicorn", "pydantic", "nvidia-ml-py", "psutil", "matplotlib", "huggingface-hub>=1.17.0"] [project.optional-dependencies] all = ["py-cpuinfo"]