Skip to content

Commit

Permalink
fix lancedb deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrakhantsevaAA committed Jun 20, 2024
1 parent 493b20f commit 76cdfcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test_doc_snippets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76cdfcd

Please sign in to comment.