mirror of
https://gitflic.ru/project/alt-gnome/karkas.git
synced 2025-04-19 07:53:46 +03:00
34 lines
693 B
TOML
34 lines
693 B
TOML
[tool.poetry]
|
|
name = "karkas-blocks"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Maxim Slipenko <maxim@slipenko.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.10,<3.13"
|
|
karkas-core = { path = "../karkas_core", develop = true }
|
|
|
|
peewee = "^3.17.6"
|
|
|
|
pyyaml = "^6.0.1"
|
|
|
|
dash = "^2.17.1"
|
|
dash-extensions = "^1.0.18"
|
|
dash-bootstrap-components = "^1.6.0"
|
|
|
|
torch = { version = "^2.0", source="pytorch-cpu" }
|
|
transformers = "^4.45.2"
|
|
|
|
[tool.poetry-monorepo.deps]
|
|
enabled = true
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[[tool.poetry.source]]
|
|
name = "pytorch-cpu"
|
|
url = "https://download.pytorch.org/whl/cpu"
|
|
priority = "explicit"
|