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

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

[tool.isort]
profile = "black"