openvino==2024.3
optimum[openvino]==1.18.1
ipex-llm[xpu]==2.1.0b2
fastapi==0.111.0
pyyaml==6.0.1
decord==0.6.0
jinja2==3.1.4

[build]
build[virtualenv]==1.0.3

[dev]
tox
azarrot[lint]
azarrot[test]
azarrot[doc]
azarrot[build]

[doc]
sphinx

[lint]
mypy
ruff

[test]
pytest==7.4.1
pytest-cov==4.1.0
coverage[toml]==7.3.1
