Skip to content

Commit aecd050

Browse files
committed
fix orion package
1 parent 66e81f3 commit aecd050

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
install_requires = [
2121
# Sintel
22-
# 'orion-ml>=0.4.0',
23-
'orion-ml@git+https://git@github.com/sintel-dev/Orion.git',
22+
'orion-ml==0.5.2',
23+
# 'orion-ml@git+https://git@github.com/sintel-dev/Orion.git',
2424
# General
2525
'termcolor==1.1.0',
2626
'PyYAML==5.1',

0 commit comments

Comments
 (0)