simple-sentiment-analyzer / pyproject.toml
teymoor's picture
Initial commit: Add sentiment analysis application files
ecab5c0
raw
history blame contribute delete
329 Bytes
[tool.poetry]
name = "sentiment-app"
version = "0.1.0"
description = ""
authors = ["Teymoor <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
transformers = "^4.53.2"
torch = "^2.7.1"
gradio = "^5.38.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"