VANA/VANA-python/subtitles_processing/pyproject.toml

29 lines
811 B
TOML

[project]
authors = [{name = "Giò Diani", email = "mail@gionathandiani.name"}]
dependencies = ["webvtt-py>=0.5.1,<0.6", "spacy-llm>=0.7.2,<0.8", "germansentiment>=1.1.0,<2", "bertopic>=0.16.4,<0.17", "gensim>=4.3.3,<5"]
description = "Normalisierung der Untertitel."
name = "subtitles_processing"
requires-python = ">= 3.11"
version = "0.1.0"
[build-system]
build-backend = "hatchling.build"
requires = ["hatchling"]
[tool.pixi.project]
channels = ["conda-forge"]
platforms = ["win-64", "linux-64", "osx-64"]
[tool.pixi.pypi-dependencies]
subtitles_processing = { path = ".", editable = true }
database = { path = "../database", editable = true}
[tool.pixi.tasks]
[tool.pixi.dependencies]
spacy = ">=3.7.6,<4"
setuptools = ">=75.1.0,<76"
wheel = ">=0.44.0,<0.45"
pip = ">=24.2,<25"
polars = ">=1.12.0,<2"