Skip to content

Commit

Permalink
Made some dependencies optional
Browse files Browse the repository at this point in the history
  • Loading branch information
am-kinetica committed Dec 7, 2023
1 parent c9c26c8 commit 4053ea0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions libs/langchain/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions libs/langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ databricks-vectorsearch = {version = "^0.21", optional = true}
couchbase = {version = "^4.1.9", optional = true}
dgml-utils = {version = "^0.3.0", optional = true}
datasets = {version = "^2.15.0", optional = true}
gpudb = "7.2.0.0b0"
pytest-vcr = "^1.0.2"
pytest-order = "^1.2.0"
gpudb = {version="7.2.0.0b0", optional=true}
pytest-vcr = {version="^1.0.2", optional=true}
pytest-order = {version="^1.2.0", optional=true}

[tool.poetry.group.test.dependencies]
# The only dependencies that should be added are
Expand Down

0 comments on commit 4053ea0

Please sign in to comment.