mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-10 15:06:18 +00:00
make vw dependency optional
This commit is contained in:
parent
1ae5a9c7a3
commit
a2f807e055
4
libs/langchain/poetry.lock
generated
4
libs/langchain/poetry.lock
generated
@ -9457,7 +9457,7 @@ yarl = "*"
|
|||||||
name = "vowpal-wabbit-next"
|
name = "vowpal-wabbit-next"
|
||||||
version = "0.6.0"
|
version = "0.6.0"
|
||||||
description = "Experimental python bindings for VowpalWabbit"
|
description = "Experimental python bindings for VowpalWabbit"
|
||||||
optional = false
|
optional = true
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "vowpal-wabbit-next-0.6.0.tar.gz", hash = "sha256:f0381614d99fac6a0f52e995ee0bfc7b681054f397bea7ff08b8a523d5315a54"},
|
{file = "vowpal-wabbit-next-0.6.0.tar.gz", hash = "sha256:f0381614d99fac6a0f52e995ee0bfc7b681054f397bea7ff08b8a523d5315a54"},
|
||||||
@ -10083,4 +10083,4 @@ text-helpers = ["chardet"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.8.1,<4.0"
|
python-versions = ">=3.8.1,<4.0"
|
||||||
content-hash = "505c324e9a84f481084f62ebccf3091e18a165b753d96bd43ec60344c33dc01d"
|
content-hash = "eba7c01296c1948ab432ca2bc70e274e79a4135d66b4c189d6bb95b5e0c41198"
|
||||||
|
@ -125,7 +125,7 @@ newspaper3k = {version = "^0.2.8", optional = true}
|
|||||||
amazon-textract-caller = {version = "<2", optional = true}
|
amazon-textract-caller = {version = "<2", optional = true}
|
||||||
xata = {version = "^1.0.0a7", optional = true}
|
xata = {version = "^1.0.0a7", optional = true}
|
||||||
xmltodict = {version = "^0.13.0", optional = true}
|
xmltodict = {version = "^0.13.0", optional = true}
|
||||||
vowpal-wabbit-next = "0.6.0"
|
vowpal-wabbit-next = {version = "0.6.0", optional = true}
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.group.test.dependencies]
|
[tool.poetry.group.test.dependencies]
|
||||||
|
Loading…
Reference in New Issue
Block a user