This commit is contained in:
Chester Curme 2025-02-03 11:23:36 -05:00
parent 6693a0c80b
commit a1a6ef10a9

View File

@ -1797,6 +1797,7 @@ test = [
{ name = "blockbuster", specifier = "~=1.5.11" },
{ name = "freezegun", specifier = ">=1.2.2,<2.0.0" },
{ name = "grandalf", specifier = ">=0.8,<1.0" },
{ name = "langchain-tests", directory = "../standard-tests" },
{ name = "numpy", marker = "python_full_version < '3.12'", specifier = ">=1.24.0,<2.0.0" },
{ name = "numpy", marker = "python_full_version >= '3.12'", specifier = ">=1.26.0,<3" },
{ name = "pytest", specifier = ">=8,<9" },
@ -1810,6 +1811,7 @@ test = [
]
test-integration = []
typing = [
{ name = "langchain-text-splitters", directory = "../text-splitters" },
{ name = "mypy", specifier = ">=1.10,<1.11" },
{ name = "types-jinja2", specifier = ">=2.11.9,<3.0.0" },
{ name = "types-pyyaml", specifier = ">=6.0.12.2,<7.0.0.0" },