[project]
name = "smtias-evaluation"
version = "1.0.0"
description = "SmTIAS 画質検証プロジェクト"
requires-python = ">=3.11"
dependencies = [
"numpy",
"opencv-python",
"scipy",
"matplotlib",
"pandas",
"streamlit",
"scikit-image",
"Pillow",
"rawpy>=0.21.0",
# 将来機能用(現状コードでは未使用)
"colour-science",
"jinja2",
]
[tool.pytest.ini_options]
testpaths = ["tests"]