update numpy lower bounds for python 3.12+

This commit is contained in:
Chester Curme 2024-11-13 10:02:07 -05:00
parent ae201ccba6
commit a8ec1676a9
4 changed files with 5 additions and 5 deletions

View File

@ -1848,7 +1848,7 @@ langchain-text-splitters = "^0.3.0"
langsmith = "^0.1.17" langsmith = "^0.1.17"
numpy = [ numpy = [
{version = ">=1.22.4,<2", markers = "python_version < \"3.12\""}, {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" pydantic = "^2.7.4"
PyYAML = ">=5.3" PyYAML = ">=5.3"
@ -4545,4 +4545,4 @@ type = ["pytest-mypy"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.9,<4.0" python-versions = ">=3.9,<4.0"
content-hash = "4f01fe0ca797127270239093b77c5c077810a953eb1c1a46645af7ae014a62e5" content-hash = "19d0e7026b0f8b3f829ac928a80325ee1b07cd8788707f1df8ab9496712814a1"

View File

@ -46,7 +46,7 @@ version = ">=1.22.4,<2"
python = "<3.12" python = "<3.12"
[[tool.poetry.dependencies.numpy]] [[tool.poetry.dependencies.numpy]]
version = "^1.26.0" version = ">=1.26.2,<2"
python = ">=3.12" python = ">=3.12"
[tool.ruff.lint] [tool.ruff.lint]

View File

@ -4889,4 +4889,4 @@ type = ["pytest-mypy"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.9,<4.0" python-versions = ">=3.9,<4.0"
content-hash = "947e440bcb74b6de96a2321a2648860d0caa9a37ec6189d5c70dd26e93662b72" content-hash = "ddb83a185d3085f621e322466f84f4ec1f819db04978c843b083f46b008b53d7"

View File

@ -47,7 +47,7 @@ version = ">=1.22.4,<2"
python = "<3.12" python = "<3.12"
[[tool.poetry.dependencies.numpy]] [[tool.poetry.dependencies.numpy]]
version = "^1.26.0" version = ">=1.26.2,<2"
python = ">=3.12" python = ">=3.12"
[tool.ruff.lint] [tool.ruff.lint]