From 76cdfcd78dec409621df3912431ad6738cbbd0eb Mon Sep 17 00:00:00 2001 From: Alena Date: Thu, 20 Jun 2024 16:17:43 +0200 Subject: [PATCH] fix lancedb deps --- .github/workflows/test_doc_snippets.yml | 3 --- pyproject.toml | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_doc_snippets.yml b/.github/workflows/test_doc_snippets.yml index eaacd4e9df..cb6417a4ab 100644 --- a/.github/workflows/test_doc_snippets.yml +++ b/.github/workflows/test_doc_snippets.yml @@ -63,9 +63,6 @@ jobs: # if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' run: poetry install --no-interaction -E duckdb -E weaviate -E parquet -E qdrant -E bigquery -E postgres --with docs,sentry-sdk --without airflow - - name: Install additional dependencies - run: pip install lancedb && pip install cohere - - name: create secrets.toml for examples run: pwd && echo "$DLT_SECRETS_TOML" > docs/examples/.dlt/secrets.toml diff --git a/pyproject.toml b/pyproject.toml index 10e3bf47d5..d2924e8498 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -214,6 +214,8 @@ pandas = ">2" alive-progress = ">=3.0.1" pyarrow = ">=14.0.0" psycopg2-binary = ">=2.9" +lancedb = ">=0.6.13" +cohere = ">=5.0.0" [tool.black] # https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#configuration-via-a-file line-length = 100