dev-python/thinc - 8.3.13 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =dev-python/thinc-8.3.13

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

autounmask =dev-python/thinc-8.3.13

Or alternatively:

emerge --autounmask-write -a =dev-python/thinc-8.3.13

Package Information

Description:
Functional take on deep learning, compatible with your favorite libraries
Homepage:
https://github.com/explosion/thinc
License:
MIT

Ebuild Details

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

EAPI=8

DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..15} )

PYPI_VERIFY_REPO="https://github.com/explosion/thinc"

inherit distutils-r1 pypi

DESCRIPTION="Functional take on deep learning, compatible with your favorite libraries"
HOMEPAGE="https://github.com/explosion/thinc"

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

RDEPEND=">=dev-python/blis-1.3.0[${PYTHON_USEDEP}]
	<dev-python/blis-1.4.0[${PYTHON_USEDEP}]
	>=dev-python/catalogue-2.0.4[${PYTHON_USEDEP}]
	<dev-python/catalogue-2.1.0[${PYTHON_USEDEP}]
	>=dev-python/confection-1.1.0[${PYTHON_USEDEP}]
	<dev-python/confection-2.0.0[${PYTHON_USEDEP}]
	>=dev-python/cymem-2.0.2[${PYTHON_USEDEP}]
	<dev-python/cymem-2.1.0[${PYTHON_USEDEP}]
	>=dev-python/murmurhash-1.0.2[${PYTHON_USEDEP}]
	<dev-python/murmurhash-1.1.0[${PYTHON_USEDEP}]
	>=dev-python/numpy-1.21.0[${PYTHON_USEDEP}]
	<dev-python/numpy-3.0.0[${PYTHON_USEDEP}]
	>=dev-python/packaging-20.0[${PYTHON_USEDEP}]
	>=dev-python/preshed-3.0.2[${PYTHON_USEDEP}]
	<dev-python/preshed-3.1.0[${PYTHON_USEDEP}]
	>=dev-python/pydantic-2.0.0[${PYTHON_USEDEP}]
	<dev-python/pydantic-3.0.0[${PYTHON_USEDEP}]
	dev-python/setuptools[${PYTHON_USEDEP}]
	>=dev-python/srsly-2.4.0[${PYTHON_USEDEP}]
	<dev-python/srsly-3.1.0[${PYTHON_USEDEP}]
	>=dev-python/wasabi-0.8.1[${PYTHON_USEDEP}]
	<dev-python/wasabi-1.2.0[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
BDEPEND="dev-python/cython[${PYTHON_USEDEP}]
	dev-python/numpy[${PYTHON_USEDEP}]"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

DEPEND

>=dev-python/blis-1.3.0[]
	<dev-python/blis-1.4.0[]
	>=dev-python/catalogue-2.0.4[]
	<dev-python/catalogue-2.1.0[]
	>=dev-python/confection-1.1.0[]
	<dev-python/confection-2.0.0[]
	>=dev-python/cymem-2.0.2[]
	<dev-python/cymem-2.1.0[]
	>=dev-python/murmurhash-1.0.2[]
	<dev-python/murmurhash-1.1.0[]
	>=dev-python/numpy-1.21.0[]
	<dev-python/numpy-3.0.0[]
	>=dev-python/packaging-20.0[]
	>=dev-python/preshed-3.0.2[]
	<dev-python/preshed-3.1.0[]
	>=dev-python/pydantic-2.0.0[]
	<dev-python/pydantic-3.0.0[]
	dev-python/setuptools[]
	>=dev-python/srsly-2.4.0[]
	<dev-python/srsly-3.1.0[]
	>=dev-python/wasabi-0.8.1[]
	<dev-python/wasabi-1.2.0[]

RDEPEND

>=dev-python/blis-1.3.0[]
	<dev-python/blis-1.4.0[]
	>=dev-python/catalogue-2.0.4[]
	<dev-python/catalogue-2.1.0[]
	>=dev-python/confection-1.1.0[]
	<dev-python/confection-2.0.0[]
	>=dev-python/cymem-2.0.2[]
	<dev-python/cymem-2.1.0[]
	>=dev-python/murmurhash-1.0.2[]
	<dev-python/murmurhash-1.1.0[]
	>=dev-python/numpy-1.21.0[]
	<dev-python/numpy-3.0.0[]
	>=dev-python/packaging-20.0[]
	>=dev-python/preshed-3.0.2[]
	<dev-python/preshed-3.1.0[]
	>=dev-python/pydantic-2.0.0[]
	<dev-python/pydantic-3.0.0[]
	dev-python/setuptools[]
	>=dev-python/srsly-2.4.0[]
	<dev-python/srsly-3.1.0[]
	>=dev-python/wasabi-0.8.1[]
	<dev-python/wasabi-1.2.0[]

BDEPEND

dev-python/cython[]
	dev-python/numpy[]