feat: uv interpreter
This commit is contained in:
parent
ef4684ef39
commit
35db9637b1
5 changed files with 365 additions and 0 deletions
9
pyproject.toml
Normal file
9
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in a new issue