summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 4c23ccdbdb31d2bb81fc4db778fc5d483a99664f (plain)
1
2
3
4
5
6
7
8
9
10
11
[project]
name = "ai"
version = "0.1.0"
description = "Activity Recognition model"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
    "pandas>=2.2.3",
    "ruff-lsp>=0.0.59",
    "scikit-learn>=1.6.0",
]