diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-02-07 16:00:33 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-02-07 16:00:33 +0100 |
commit | 36dbefb1b37460d3e76435e46ff544f8962445f9 (patch) | |
tree | b3d5f4eec3aa9c7f281d1aaba52598cde7dfb616 /pyproject.toml |
Initmain
Co-Authored-By: Luca Polese <luca.polese@studio.unibo.it>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..4c23ccd --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,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", +] |