From 2188c9a30e511b2ee904c425a835becef90659d0 Mon Sep 17 00:00:00 2001 From: Lim Chee Kin Date: Tue, 6 Apr 2021 13:59:29 +0800 Subject: [PATCH] added infinstor dependencies --- python/hello_world/conda.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/hello_world/conda.yaml b/python/hello_world/conda.yaml index 86c5a97..c042c2a 100644 --- a/python/hello_world/conda.yaml +++ b/python/hello_world/conda.yaml @@ -5,3 +5,5 @@ dependencies: - python=3.7.6 - pip: - mlflow==1.15.0 + - infinstor==1.2.5 + - infinstor-mlflow-plugin==0.4.3