From fbd3e7e0519e38a9bb4b7f82efa8cd3927799ce9 Mon Sep 17 00:00:00 2001 From: utkarshsahu1122 <129362961+utkarshsahu1122@users.noreply.github.com> Date: Sun, 4 Jan 2026 19:04:30 +0530 Subject: [PATCH] Rename project and update dependencies in conda.yaml --- conda.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/conda.yaml b/conda.yaml index c4b85060..9f37ccfc 100644 --- a/conda.yaml +++ b/conda.yaml @@ -1,10 +1,11 @@ -name: tutorial +name: wine-quality-example channels: - defaults dependencies: - - numpy>=1.14.3 - - pandas>=1.0.0 - - scikit-learn>0.19.1 + - python=3.10 + - numpy>=1.21.0 + - pandas>=1.3.0 + - scikit-learn>=1.0.0 - pip - pip: - - mlflow + - mlflow>=2.10.0