14 lines
273 B
TOML
14 lines
273 B
TOML
[project]
|
|
name = "amt-apple"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"numpy>=2.4.4",
|
|
"omegaconf>=2.3.0",
|
|
"opencv-python>=4.13.0.92",
|
|
"torch>=2.11.0",
|
|
"tqdm>=4.67.3",
|
|
]
|