diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-05-18 18:26:08 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-05-18 18:27:32 +0200 |
commit | 0676c58823205b10e413b03ec2c10d4ff6dd288a (patch) | |
tree | 191945dea2ce13702103d882d3ff29ab1db5e255 /sci-libs/evaluate | |
parent | app-crypt/keylookup: update EAPI 6 -> 8 (diff) | |
download | gentoo-0676c58823205b10e413b03ec2c10d4ff6dd288a.tar.gz gentoo-0676c58823205b10e413b03ec2c10d4ff6dd288a.tar.bz2 gentoo-0676c58823205b10e413b03ec2c10d4ff6dd288a.zip |
sci-libs/evaluate: fix rdeps
Closes: https://bugs.gentoo.org/906658
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/evaluate')
-rw-r--r-- | sci-libs/evaluate/evaluate-0.4.0-r2.ebuild (renamed from sci-libs/evaluate/evaluate-0.4.0-r1.ebuild) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-libs/evaluate/evaluate-0.4.0-r1.ebuild b/sci-libs/evaluate/evaluate-0.4.0-r2.ebuild index f9caea3a3a19..11f7e2a1f9c2 100644 --- a/sci-libs/evaluate/evaluate-0.4.0-r1.ebuild +++ b/sci-libs/evaluate/evaluate-0.4.0-r2.ebuild @@ -22,8 +22,10 @@ KEYWORDS="~amd64" RDEPEND=" $(python_gen_cond_dep ' + dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/pyarrow[${PYTHON_USEDEP},parquet] dev-python/unidecode[${PYTHON_USEDEP}] + sci-libs/transformers[${PYTHON_USEDEP}] ') sci-libs/datasets[${PYTHON_SINGLE_USEDEP}] " |