Skip to content

Commit 751fe0b

Browse files
committed
Install Orion from github repo
Signed-off-by: Fabrice Normandin <[email protected]>
1 parent 2f86ee1 commit 751fe0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ dependencies = [
3434
"hydra-colorlog>=1.2.0",
3535
"remote-slurm-executor",
3636
"hydra-auto-schema>=0.0.7",
37+
"orion",
3738
"hydra-orion-sweeper>=1.6.4",
3839
]
3940
readme = "README.md"
@@ -133,3 +134,6 @@ torch = [
133134
torchvision = [
134135
{ index = "pytorch-cu130", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
135136
]
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

Comments
 (0)