From 630ec6f1c63c394ae4f9f94101309bd4a8eeb512 Mon Sep 17 00:00:00 2001 From: Eric Pinzur Date: Tue, 11 Jun 2024 14:11:20 +0200 Subject: [PATCH] updated trulens --- poetry.lock | 82 +++++++++++++++++++++++++------------------------- pyproject.toml | 2 +- 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/poetry.lock b/poetry.lock index dcf99c5..b15d695 100644 --- a/poetry.lock +++ b/poetry.lock @@ -709,46 +709,6 @@ files = [ {file = "entrypoints-0.4.tar.gz", hash = "sha256:b706eddaa9218a19ebcd67b56818f05bb27589b1ca9e8d797b74affad4ccacd4"}, ] -[[package]] -name = "epinzur-trulens-eval" -version = "0.30.1b0" -description = "Library to systematically track and evaluate LLM based applications." -optional = false -python-versions = "<3.13,>=3.8" -files = [ - {file = "epinzur_trulens_eval-0.30.1b0-py3-none-any.whl", hash = "sha256:0e036cada7239e1448c91782a5be9093e2ed7d297d3cdf4bc1745d18994d5e08"}, -] - -[package.dependencies] -alembic = ">=1.11.2" -dill = ">=0.3.7" -frozendict = ">=2.3.8" -humanize = ">=4.6.0" -langchain = ">=0.1.14" -langchain-community = ">=0.0.38" -langchain-core = ">=0.1.6" -merkle-json = ">=1.0.0" -millify = ">=0.1.1" -munch = ">=3.0.0" -nest-asyncio = ">=1.5.8" -nltk = ">=3.8.1" -numpy = ">=1.23.5" -packaging = ">=23.2" -pip = ">=24.0" -psutil = ">=5.9.8" -pydantic = ">=2,<3" -python-dotenv = ">=1.0.0" -requests = ">=2.31.0" -rich = ">=13.6.0" -sqlalchemy = ">=2.0.19" -streamlit = ">=1.32.2" -streamlit-aggrid = "0.3.4" -streamlit-extras = ">=0.4.0" -streamlit-pills = ">=0.3.0" -tqdm = ">=4.66.1" -typing-extensions = ">=4.9.0" -typing-inspect = ">=0.8.0" - [[package]] name = "exceptiongroup" version = "1.2.1" @@ -3815,6 +3775,46 @@ notebook = ["ipywidgets (>=6)"] slack = ["slack-sdk"] telegram = ["requests"] +[[package]] +name = "trulens-eval" +version = "0.31.0" +description = "Library to systematically track and evaluate LLM based applications." +optional = false +python-versions = "<3.13,>=3.8" +files = [ + {file = "trulens_eval-0.31.0-py3-none-any.whl", hash = "sha256:93bc126c914b7beb04bfe6d0a1ed3ab8f8b1d47ef8d7757bbdd901ea3d190d8d"}, +] + +[package.dependencies] +alembic = ">=1.11.2" +dill = ">=0.3.7" +frozendict = ">=2.3.8" +humanize = ">=4.6.0" +langchain = ">=0.1.14" +langchain-community = ">=0.0.38" +langchain-core = ">=0.1.6" +merkle-json = ">=1.0.0" +millify = ">=0.1.1" +munch = ">=3.0.0" +nest-asyncio = ">=1.5.8" +nltk = ">=3.8.1" +numpy = ">=1.23.5" +packaging = ">=23.2" +pip = ">=24.0" +psutil = ">=5.9.8" +pydantic = ">=2,<3" +python-dotenv = ">=1.0.0" +requests = ">=2.31.0" +rich = ">=13.6.0" +sqlalchemy = ">=2.0.19" +streamlit = ">=1.32.2" +streamlit-aggrid = "0.3.4" +streamlit-extras = ">=0.4.0" +streamlit-pills = ">=0.3.0" +tqdm = ">=4.66.1" +typing-extensions = ">=4.9.0" +typing-inspect = ">=0.8.0" + [[package]] name = "typing-extensions" version = "4.12.0" @@ -4120,4 +4120,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "da0e35853bec0d8701394206b6d25986045ea38e195bfa5868028c1cc14038a2" +content-hash = "aa5f3756e9e2ade376452eeb7970702463cb5c6ac47eeae107874d3be0de80cb" diff --git a/pyproject.toml b/pyproject.toml index 2e54d1a..6682a6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [{include = "ragulate/*"}] [tool.poetry.dependencies] python = ">=3.10,<3.13" -epinzur-trulens-eval = ">=0.30.1b0" +trulens-eval = ">=0.31" kaleido = "0.2.1" inflection = "^0.5.1" llama-index-core = "^0.10.31"