diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-04-05 09:15:46 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-04-05 09:16:20 +0200 |
commit | f993ef8fcc6899c11065018ce3990d51bd464476 (patch) | |
tree | 39f641ef67f045d094bcf9601f3b0e61670b0d33 /sci-libs/datasets | |
parent | app-crypt/mit-krb5: QA: variable ordering (diff) | |
download | gentoo-f993ef8fcc6899c11065018ce3990d51bd464476.tar.gz gentoo-f993ef8fcc6899c11065018ce3990d51bd464476.tar.bz2 gentoo-f993ef8fcc6899c11065018ce3990d51bd464476.zip |
sci-libs/datasets: pytorch must be built with numpy support
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/datasets')
-rw-r--r-- | sci-libs/datasets/datasets-2.18.0-r1.ebuild (renamed from sci-libs/datasets/datasets-2.18.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/datasets/datasets-2.18.0.ebuild b/sci-libs/datasets/datasets-2.18.0-r1.ebuild index 71e6cd37d0a0..d16c3e2459de 100644 --- a/sci-libs/datasets/datasets-2.18.0.ebuild +++ b/sci-libs/datasets/datasets-2.18.0-r1.ebuild @@ -20,10 +20,10 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" -# For pin on fsspec see https://github.com/huggingface/datasets/issues/6333 RDEPEND=" ${PYTHON_DEPS} sci-libs/pytorch[${PYTHON_SINGLE_USEDEP}] + sci-libs/caffe2[${PYTHON_SINGLE_USEDEP},numpy] $(python_gen_cond_dep ' dev-python/absl-py[${PYTHON_USEDEP}] dev-python/aiohttp[${PYTHON_USEDEP}] |