[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" | |