Skip to content

Commit fe426fa

Browse files
committed
update pyproject
Signed-off-by: Hemil Desai <hemild@nvidia.com>
1 parent caecdff commit fe426fa

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

pyproject.toml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ dependencies = [
3232
"omegaconf>=2.3.0",
3333
"packaging",
3434
"toml",
35-
"kubernetes>=32.0.1",
3635
]
3736
readme = "README.md"
3837
requires-python = ">= 3.10"
@@ -55,6 +54,9 @@ skypilot = [
5554
skypilot-all = [
5655
"skypilot[all]>=0.8.0",
5756
]
57+
ray = [
58+
"kubernetes"
59+
]
5860

5961
[dependency-groups]
6062
dev = [
@@ -74,15 +76,6 @@ lint = [
7476
"ruff>=0.4.4",
7577
]
7678

77-
docs = [
78-
"astroid==3.3.8",
79-
"colorama>=0.4.6",
80-
"myst-parser",
81-
"sphinx>=7",
82-
"sphinx-autoapi>=3.0.0",
83-
"nvidia-sphinx-theme"
84-
]
85-
8679
[build-system]
8780
requires = ["hatchling", "hatch-vcs"]
8881
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)