torch>=2.0
numpy
pydantic>=2.0

[all]
worldkernels[dev,diffusers,serve]

[dev]
pytest>=7.0
pytest-cov>=4.0
mypy>=1.0
ruff>=0.1

[diffusers]
diffusers>=0.25.0
transformers>=4.35.0
accelerate>=0.25.0
safetensors>=0.4.0
huggingface_hub>=0.20

[docs]
mkdocs-material>=9.0.0
mkdocstrings[python]>=0.18

[serve]
fastapi>=0.100
uvicorn[standard]>=0.20
websockets>=11.0
