File size: 461 Bytes
4e88cbb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
[project]
name = "mlmtester"
version = "0.1.0"
description = ""
authors = [
{name = "Bram van Es",email = "bramiozo@gmail.com"}
]
license = {text = "gpl-3"}
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"transformers (>=4.52.4,<5.0.0)",
"gradio (>=5.34.2,<6.0.0)",
"torch (>=2.7.1,<3.0.0)",
"protobuf (>=6.31.1,<7.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
|