24 lines
512 B
TOML
24 lines
512 B
TOML
[project]
|
|
authors = [{name = "Giò Diani", email = "mail@gionathandiani.name"}]
|
|
dependencies = []
|
|
description = "Add a short description here"
|
|
name = "video_deepface"
|
|
requires-python = ">=3.7,<3.11"
|
|
version = "0.1.0"
|
|
|
|
[build-system]
|
|
build-backend = "hatchling.build"
|
|
requires = ["hatchling"]
|
|
|
|
[tool.pixi.project]
|
|
channels = ["conda-forge"]
|
|
platforms = ["linux-64"]
|
|
|
|
[tool.pixi.pypi-dependencies]
|
|
video_deepface = { path = ".", editable = true }
|
|
|
|
[tool.pixi.tasks]
|
|
|
|
[tool.pixi.dependencies]
|
|
deepface = ">=0.0.86"
|