mirror of
https://github.com/hwchase17/langchain
synced 2024-11-13 19:10:52 +00:00
update numpy lower bounds for python 3.12+
This commit is contained in:
parent
ae201ccba6
commit
a8ec1676a9
4
libs/community/poetry.lock
generated
4
libs/community/poetry.lock
generated
@ -1848,7 +1848,7 @@ langchain-text-splitters = "^0.3.0"
|
||||
langsmith = "^0.1.17"
|
||||
numpy = [
|
||||
{version = ">=1.22.4,<2", markers = "python_version < \"3.12\""},
|
||||
{version = ">=1.26.0,<2.0.0", markers = "python_version >= \"3.12\""},
|
||||
{version = ">=1.26.2,<2", markers = "python_version >= \"3.12\""},
|
||||
]
|
||||
pydantic = "^2.7.4"
|
||||
PyYAML = ">=5.3"
|
||||
@ -4545,4 +4545,4 @@ type = ["pytest-mypy"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.9,<4.0"
|
||||
content-hash = "4f01fe0ca797127270239093b77c5c077810a953eb1c1a46645af7ae014a62e5"
|
||||
content-hash = "19d0e7026b0f8b3f829ac928a80325ee1b07cd8788707f1df8ab9496712814a1"
|
||||
|
@ -46,7 +46,7 @@ version = ">=1.22.4,<2"
|
||||
python = "<3.12"
|
||||
|
||||
[[tool.poetry.dependencies.numpy]]
|
||||
version = "^1.26.0"
|
||||
version = ">=1.26.2,<2"
|
||||
python = ">=3.12"
|
||||
|
||||
[tool.ruff.lint]
|
||||
|
2
libs/langchain/poetry.lock
generated
2
libs/langchain/poetry.lock
generated
@ -4889,4 +4889,4 @@ type = ["pytest-mypy"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.9,<4.0"
|
||||
content-hash = "947e440bcb74b6de96a2321a2648860d0caa9a37ec6189d5c70dd26e93662b72"
|
||||
content-hash = "ddb83a185d3085f621e322466f84f4ec1f819db04978c843b083f46b008b53d7"
|
||||
|
@ -47,7 +47,7 @@ version = ">=1.22.4,<2"
|
||||
python = "<3.12"
|
||||
|
||||
[[tool.poetry.dependencies.numpy]]
|
||||
version = "^1.26.0"
|
||||
version = ">=1.26.2,<2"
|
||||
python = ">=3.12"
|
||||
|
||||
[tool.ruff.lint]
|
||||
|
Loading…
Reference in New Issue
Block a user