From 75bb63a47bf6526978ce9ba28e751147eb502b02 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Mon, 18 Dec 2023 16:35:19 -0700 Subject: [PATCH] arize and mflow split --- pyproject.toml | 3 ++- requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f3791975..6415e307 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,8 @@ qdrant-client = "*" vllm = "*" pytube = "*" pydub = "*" -arize-mlflow = "*" +arize = "*" +mlflow = "*" sentence-transformers = "*" diff --git a/requirements.txt b/requirements.txt index 34992a67..5d7d71ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -75,5 +75,6 @@ qdrant-client vllm pytube pydub -arize-mlflow +arize +mlflow sentence-transformers