File size: 356 Bytes
3ef0043 db0c9f2 3ef0043 db0c9f2 3ef0043 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
[project]
name = "repoPotassium"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "kaubarros-24", email = "martinsbarroskaua@gmail.com"},
]
dependencies = ["huggingface>=0.0.1", "huggingface-hub>=0.30.2"]
requires-python = "==3.11.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false
|