From e87865be80ec5672141c4d9fdb4523452a045712 Mon Sep 17 00:00:00 2001 From: Boris Feld Date: Wed, 11 Dec 2024 11:01:43 +0100 Subject: [PATCH] Add new dependency at the right place --- api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index fad73879b8..208e6089b8 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -51,7 +51,6 @@ huggingface-hub = "~0.16.4" jieba = "0.42.1" langfuse = "~2.51.3" langsmith = "~0.1.77" -opik = "~1.2.2" mailchimp-transactional = "~1.0.50" markdown = "~3.5.1" nomic = "~3.1.2" @@ -60,6 +59,7 @@ numpy = "~1.26.4" oci = "~2.135.1" openai = "~1.52.0" openpyxl = "~3.1.5" +opik = "~1.2.2" pandas = { version = "~2.2.2", extras = ["performance", "excel"] } pandas-stubs = "~2.2.3.241009" psycogreen = "~1.0.2"