repo/gentoo:master commit in: sci-ml/datasets/
"Alfredo Tupone" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786622163.d2dea113a062b376ce53f7f4070a541097866ecf.tupone@gentoo> |
commit: d2dea113a062b376ce53f7f4070a541097866ecf
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 11:55:31 2026 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 11:56:03 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2dea113
sci-ml/datasets: testdep on transformers
Closes: https://bugs.gentoo.org/980801
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-ml/datasets/{datasets-5.0.1-r1.ebuild => datasets-5.0.1-r2.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-ml/datasets/datasets-5.0.1-r1.ebuild b/sci-ml/datasets/datasets-5.0.1-r2.ebuild
similarity index 98%
rename from sci-ml/datasets/datasets-5.0.1-r1.ebuild
rename to sci-ml/datasets/datasets-5.0.1-r2.ebuild
index 86b9bebdac7f..71c060a6a297 100644
--- a/sci-ml/datasets/datasets-5.0.1-r1.ebuild
+++ b/sci-ml/datasets/datasets-5.0.1-r2.ebuild
@@ -61,6 +61,7 @@ DEPEND="${RDEPEND}"
BDEPEND="test? (
sci-ml/tokenizers[${PYTHON_SINGLE_USEDEP}]
sci-ml/torchvision[${PYTHON_SINGLE_USEDEP}]
+ sci-ml/transformers[${PYTHON_SINGLE_USEDEP}]
$(python_gen_cond_dep '
dev-python/absl-py[${PYTHON_USEDEP}]
dev-python/decorator[${PYTHON_USEDEP}]