Init code

This commit is contained in:
Viner Abubakirov
2026-03-31 09:35:42 +05:00
parent ee25c9f42b
commit cf9f0350ce
23 changed files with 2688 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "amt-apple"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"imageio>=2.37.3",
"numpy>=2.4.4",
"omegaconf>=2.3.0",
"torch>=2.11.0",
]