chore: update numpy lock (#500)

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi 2024-12-03 11:21:31 +01:00 committed by GitHub
parent c90c41c391
commit 672962a8b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 514 additions and 517 deletions

1024
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -90,10 +90,13 @@ langchain-huggingface = "^0.0.3"
langchain-milvus = "^0.1.4" langchain-milvus = "^0.1.4"
langchain-text-splitters = "^0.2.4" langchain-text-splitters = "^0.2.4"
[tool.poetry.group.constraints]
optional = true
[tool.poetry.group.constraints.dependencies] [tool.poetry.group.constraints.dependencies]
numpy = [ numpy = [
{ version = "^2.1.0", markers = 'python_version >= "3.13"' }, { version = ">=1.24.4,<3.0.0", markers = 'python_version >= "3.10"' },
{ version = "^1.24.4", markers = 'python_version < "3.13"' }, { version = ">=1.24.4,<2.1.0", markers = 'python_version < "3.10"' },
] ]
[tool.poetry.group.mac_intel] [tool.poetry.group.mac_intel]