text-generation-inference/integration-tests/pyproject.toml
Nicolas Patry 9c89d0070e
Having less logs in case of failure for checking CI more easily. (#3037)
* Having less logs in case of failure for checking CI more easily.

* Cleaning up the versions to uv for the client.

* Ignore entirely the API.
2025-02-19 17:01:33 +01:00

20 lines
428 B
TOML

[project]
name = "text-generation-integration-tests"
version = "2.0.1"
description = "Text Generation Inference integration tests"
authors = ["Nicolas Patry <nicolas@huggingface.co>"]
requires-python = ">=3.10,<3.13"
dependencies = [
"pydantic>2,< 3",
"syrupy>=4.8.0",
"text-generation>=0.6.0",
"pytest>=8.3.0",
"pytest-asyncio>=0.23.1",
"docker>=7",
"numpy>=2.0",
]
[tool.isort]
profile = "black"