We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f86ee1 commit 751fe0bCopy full SHA for 751fe0b
pyproject.toml
@@ -34,6 +34,7 @@ dependencies = [
34
"hydra-colorlog>=1.2.0",
35
"remote-slurm-executor",
36
"hydra-auto-schema>=0.0.7",
37
+ "orion",
38
"hydra-orion-sweeper>=1.6.4",
39
]
40
readme = "README.md"
@@ -133,3 +134,6 @@ torch = [
133
134
torchvision = [
135
{ index = "pytorch-cu130", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
136
137
+
138
+# note: Orion doesn't yet (2026-01-13) have a released build for python 3.12+ on PyPI.
139
+orion = { git = "https://github.com/Epistimio/orion", tag = "v0.2.8" }
0 commit comments