From 36dbefb1b37460d3e76435e46ff544f8962445f9 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 7 Feb 2025 16:00:33 +0100 Subject: Init Co-Authored-By: Luca Polese --- pyproject.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') 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", +] -- cgit v1.2.3-18-g5258