pyproject.toml 414 Bytes
Newer Older
Nicolas Patry's avatar
Nicolas Patry committed
1
2
[tool.poetry]
name = "text-generation-integration-tests"
OlivierDehaene's avatar
v2.0.1  
OlivierDehaene committed
3
version = "2.0.1"
Nicolas Patry's avatar
Nicolas Patry committed
4
5
6
7
description = "Text Generation Inference integration tests"
authors = ["Nicolas Patry <nicolas@huggingface.co>"]

[tool.poetry.dependencies]
8
pydantic = "> 2, < 3"
9
python = ">=3.10,<3.13"
10
syrupy = "^4.7.1"
Nicolas Patry's avatar
Nicolas Patry committed
11
12
13
text-generation = "^0.6.0"
pytest = "^7.4.0"
pytest-asyncio = "^0.21.1"
14
15
docker = "^7"
numpy = "^1.20"
16
17
18

[tool.isort]
profile = "black"