hypothesis>=6.0.0
torch>=2.1.0

[dev]
mypy==1.13.0
ruff==0.7.2
pyright==1.1.387
pytest==8.3.3
pytest-cov==6.0.0

[docs]
mkdocs==1.6.1
mkdocstrings[python]==0.26.2
mkdocs-autolinks-plugin==0.7.1
mkdocs-material==9.5.43
mkdocs-snippets==1.3.0
mkdocs-exclude==1.0.2

[huggingface]
transformers<=4.46.1,>=4.42.3

[numpy]

[numpy:python_version == "3.9"]
numpy==2.0.1

[numpy:python_version >= "3.10"]
numpy==2.1.2

[old-numpy]
numpy==1.26.4

[torch]
torch
numpy

[torch2.1.2]
torch==2.1.2+cpu
hypothesis_torch[old-numpy]

[torch2.2.2]
torch==2.2.2+cpu
hypothesis_torch[old-numpy]

[torch2.3.1]
torch==2.3.1+cpu
hypothesis_torch[numpy]

[torch2.4.0]
torch==2.4.0+cpu
hypothesis_torch[numpy]

[torch2.5.1]
torch==2.5.1+cpu
hypothesis_torch[numpy]
