labtool_docker / pyproject.toml
taigatakano's picture
Update 1/f Anlyze
2327f3b
Raw
History Blame Contribute Delete
388 Bytes
[tool.poetry]
name = "lab_tool"
version = "0.1.0"
description = "research"
authors = ["Taiga Takano <ttttghghnb554z@outlook.jp>"]
[tool.poetry.dependencies]
python = ">=3.10,<3.12"
gradio = "4.44.0"
yt-dlp = "2024.07.07"
scipy = "1.14.0"
scikit-learn = "1.5.2"
flake8 = "7.1.1"
moviepy = "1.0.3"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"