[tool.poetry] | |
name = "l2t" | |
version = "0.1.0" | |
description = "" | |
authors = ["Alireza Kashani <alireza.kashanipour@gmail.com>"] | |
readme = "README.md" | |
[tool.poetry.dependencies] | |
python = ">=3.10,<3.13" | |
pandas = "^2.1.1" | |
ipykernel = "^6.25.2" | |
datasets = "^2.14.5" | |
openpyxl = "^3.1.2" | |
matplotlib = "^3.8.0" | |
openai = "^0.28.1" | |
huggingface-hub = "^0.18.0" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |