File size: 365 Bytes
a471a3b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
[project]
name = "smolagent"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "GTimothee", email = "[email protected]"},
]
dependencies = ["smolagents>=1.13.0", "python-dotenv>=1.1.0", "gradio>=5.25.0"]
requires-python = "==3.12.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false
|