feat: uv interpreter

This commit is contained in:
Robin Meersman 2025-11-07 13:01:04 +01:00
parent ef4684ef39
commit 35db9637b1
5 changed files with 365 additions and 0 deletions

9
pyproject.toml Normal file
View file

@ -0,0 +1,9 @@
[project]
name = "project-ml"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"torch>=2.9.0",
]