auto-labelizer / pyproject.toml
Metal3d's picture
Add torchvision
dc29d9d
raw
history blame contribute delete
449 Bytes
[project]
name = "labelm2"
version = "0.1.0"
description = "Default template for PDM package"
authors = [{ name = "Patrice Ferlet", email = "metal3d@gmail.com" }]
dependencies = [
"gradio>=6.0.2",
"torch>=2.9.1",
"transformers>=4.57.3",
"pillow>=12.0.0",
"spaces>=0.44.0",
"networkx>=3.0,<3.6",
"torchvision>=0.24.1",
]
requires-python = ">=3.10,<3.13"
readme = "README.md"
license = { text = "MIT" }
[tool.pdm]
distribution = false