commit: f993ef8fcc6899c11065018ce3990d51bd464476
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 5 07:15:46 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Apr 5 07:16:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f993ef8f
sci-libs/datasets: pytorch must be built with numpy support
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/datasets/{datasets-2.18.0.ebuild => datasets-2.18.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/datasets/datasets-2.18.0.ebuild
b/sci-libs/datasets/datasets-2.18.0-r1.ebuild
similarity index 96%
rename from sci-libs/datasets/datasets-2.18.0.ebuild
rename to 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}]