From 4d8c9b18702a0357c89d5c9dc9dd95dd48404700 Mon Sep 17 00:00:00 2001 From: Vladimir Puzakov Date: Fri, 16 Dec 2022 15:29:33 +0300 Subject: [PATCH] pin mlflow version Signed-off-by: Vladimir Puzakov --- conda.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/conda.yaml b/conda.yaml index c4b85060..c0fca149 100644 --- a/conda.yaml +++ b/conda.yaml @@ -2,9 +2,11 @@ name: tutorial channels: - defaults dependencies: - - numpy>=1.14.3 - - pandas>=1.0.0 - - scikit-learn>0.19.1 + - python=3.9.13 - pip - pip: - - mlflow + - mlflow==1.30.0 + - numpy>=1.14.3 + - pandas>=1.0.0 + - scikit-learn>0.19.1 +