hse-python-assistant/.ipynb_checkpoints/pyproject-checkpoint.toml

32 lines
951 B
TOML

[tool.poetry]
name = "hse-python-assistant"
version = "0.1.0"
description = "Thanks, Beyonce team solution for HSE AI Assistant Hack: Python [https://www.hse.ru/ai-assistant-hack-python/]"
authors = ["Andrei Anikin <andreyf2357@gmail.com>", "Egor Gorokhov <9143999@gmail.com>", "Iaroslava Vinogradova <mikhailenko.yi@gmail.com>", "Oleg Zakharov <os.zakharov.04@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
requests = "^2.32.3"
pandas = "^2.2.3"
scikit-learn = "^1.5.2"
torch = "^2.4"
transformers = "^4.45.2"
openpyxl = "^3.1.5"
accelerate = "^1.0.1"
bitsandbytes = { version = "^0.44.1", markers = "platform_system == 'Linux'" }
urllib3 = "^2.2.3"
[tool.poetry.group.dev.dependencies]
black = { extras = ["jupyter"], version = "^24.10.0" }
pre-commit = "^4.0.1"
jupyter = "^1.1.1"
tqdm = "^4.66.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 120