From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9316B158041 for ; Fri, 5 Apr 2024 07:16:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D66E4E2A56; Fri, 5 Apr 2024 07:16:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFFFBE2A56 for ; Fri, 5 Apr 2024 07:16:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0EF0B34328A for ; Fri, 5 Apr 2024 07:16:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B620167F for ; Fri, 5 Apr 2024 07:16:39 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1712301380.f993ef8fcc6899c11065018ce3990d51bd464476.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/datasets/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/datasets/datasets-2.18.0-r1.ebuild sci-libs/datasets/datasets-2.18.0.ebuild X-VCS-Directories: sci-libs/datasets/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: f993ef8fcc6899c11065018ce3990d51bd464476 X-VCS-Branch: master Date: Fri, 5 Apr 2024 07:16:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 99ee35f9-570e-469d-9853-a44f9d5dad5b X-Archives-Hash: bb7494ed73b9f1fc01a5aeb68f82f091 commit: f993ef8fcc6899c11065018ce3990d51bd464476 Author: Alfredo Tupone gentoo org> AuthorDate: Fri Apr 5 07:15:46 2024 +0000 Commit: Alfredo Tupone gentoo 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 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}]