You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the number of pipelines in Orion grows, we most likely require additional dependencies. In some cases, pipelines are stored for benchmarking purposes (for example, azure). Sometimes, these packages are large and take an exceeding amount of time in pip installations and testing. In order to scale down the number of packages needed, we can create an option for what type of orion installation is required.
I'm proposing two optional dependencies. Orion for using OrionExplorer and another one for using benchmarking pipelines. Something close to pip install orion[db] and pip install orion[bench]. One challenge here is, bench refers to benchmark pipelines and not the benchmark utility which should be available in all cases.
As the number of pipelines in Orion grows, we most likely require additional dependencies. In some cases, pipelines are stored for benchmarking purposes (for example,
azure
). Sometimes, these packages are large and take an exceeding amount of time inpip
installations and testing. In order to scale down the number of packages needed, we can create an option for what type of orion installation is required.I'm proposing two optional dependencies. Orion for using
OrionExplorer
and another one for using benchmarking pipelines. Something close topip install orion[db]
andpip install orion[bench]
. One challenge here is, bench refers to benchmark pipelines and not the benchmark utility which should be available in all cases.Required changes in
setup.py
This issue is inspired by #181.
The text was updated successfully, but these errors were encountered: