Unverified Commit 267b4229 authored by Greg Clark's avatar Greg Clark Committed by GitHub
Browse files

chore: loosed python requirement versions (#1998)


Signed-off-by: default avatarGreg Clark <grclark@nvidia.com>
parent b8474e54
......@@ -25,16 +25,16 @@ license = { text = "Apache-2.0" }
license-files = ["LICENSE"]
requires-python = ">=3.10"
dependencies = [
"pytest>=8.3.4",
"types-psutil==7.0.0.20250218",
"kubernetes==32.0.1",
"ai-dynamo-runtime==0.3.2",
"fastapi==0.115.6",
"pytest>=8.3.4",
"types-psutil>=7.0.0.20250218",
"kubernetes>=32.0.1,<33.0.0",
"fastapi>=0.115.0",
"distro",
# filelock: required by planner
"filelock",
"typer",
"circus==0.19.0",
"circus>=0.19.0",
"click<8.2.0",
"setuptools",
]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment