dev-python/insightface - 1.0.1 (zGentoo)

Search

Install

Install this version:

emerge -a =dev-python/insightface-1.0.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/insightface-1.0.1

Or alternatively:

emerge --autounmask-write -a =dev-python/insightface-1.0.1

Package Information

Description:
InsightFace Python library for face analysis
Homepage:
https://github.com/deepinsight/insightface https://pypi.org/project/insightface/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.0.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1 pypi

DESCRIPTION="InsightFace Python library for face analysis"
HOMEPAGE="https://github.com/deepinsight/insightface https://pypi.org/project/insightface/"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

# onnxruntime is a runtime dep but not packaged in portage
RDEPEND="
	dev-python/numpy[${PYTHON_USEDEP}]
	sci-ml/onnx[${PYTHON_USEDEP}]
	media-libs/opencv[python]
	dev-python/tqdm[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	dev-python/scipy[${PYTHON_USEDEP}]
	dev-python/scikit-image[${PYTHON_USEDEP}]
"

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/numpy[]
	sci-ml/onnx[]
	media-libs/opencv[python]
	dev-python/tqdm[]
	dev-python/requests[]
	dev-python/scipy[]
	dev-python/scikit-image[]