We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caecdff commit fe426faCopy full SHA for fe426fa
pyproject.toml
@@ -32,7 +32,6 @@ dependencies = [
32
"omegaconf>=2.3.0",
33
"packaging",
34
"toml",
35
- "kubernetes>=32.0.1",
36
]
37
readme = "README.md"
38
requires-python = ">= 3.10"
@@ -55,6 +54,9 @@ skypilot = [
55
54
skypilot-all = [
56
"skypilot[all]>=0.8.0",
57
+ray = [
58
+ "kubernetes"
59
+]
60
61
[dependency-groups]
62
dev = [
@@ -74,15 +76,6 @@ lint = [
74
76
"ruff>=0.4.4",
75
77
78
-docs = [
- "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
-
86
[build-system]
87
requires = ["hatchling", "hatch-vcs"]
88
build-backend = "hatchling.build"
0 commit comments