From ca0bd7f9a042b2fff800bb191fb9951d75dc8923 Mon Sep 17 00:00:00 2001 From: chrys Date: Sat, 30 Oct 2021 13:41:31 +0200 Subject: [PATCH] install: boto3 --- conda.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conda.yaml b/conda.yaml index f2b9bf1f..906383af 100644 --- a/conda.yaml +++ b/conda.yaml @@ -7,4 +7,5 @@ dependencies: - scikit-learn=0.19.1 - pip - pip: - - mlflow + - mlflow + - boto3