YAMNet-CoreML / pyproject.toml
Yehor's picture
Upload 11 files
9681162 verified
Raw
History Blame Contribute Delete
210 Bytes
[project]
name = "yamnet-coreml"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"coremltools>=9.0",
"tensorflow>=2.21.0",
]