chroma[patch]: test python 3.13 in CI (#28387)

This commit is contained in:
ccurme
2024-11-27 10:02:40 -05:00
committed by GitHub
parent 85b8cecb6f
commit 42b8ad067d
3 changed files with 21 additions and 107 deletions

View File

@@ -23,11 +23,11 @@ python = ">=3.9,<4"
langchain-core = ">=0.2.43,<0.4.0,!=0.3.0,!=0.3.1,!=0.3.2,!=0.3.3,!=0.3.4,!=0.3.5,!=0.3.6,!=0.3.7,!=0.3.8,!=0.3.9,!=0.3.10,!=0.3.11,!=0.3.12,!=0.3.13,!=0.3.14"
[[tool.poetry.dependencies.numpy]]
version = "^1"
version = "^1.22.4"
python = "<3.12"
[[tool.poetry.dependencies.numpy]]
version = "^1.26.0"
version = "^1.26.2"
python = ">=3.12"
[tool.ruff.lint]