[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"