sci-ml/*: mv sci-libs/seqeval to sci-ml/

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2025-03-15 17:09:15 +01:00
parent fd76e9ac01
commit f3d028b7f4
7 changed files with 4 additions and 3 deletions

View File

@@ -18,3 +18,4 @@ move sci-libs/jiwer sci-ml/jiwer
move sci-libs/kineto sci-ml/kineto
move sci-libs/NNPACK sci-ml/NNPACK
move sci-libs/onnx sci-ml/onnx
move sci-libs/seqeval sci-ml/seqeval

View File

@@ -50,7 +50,7 @@ BDEPEND="test? (
dev-python/sqlalchemy[${PYTHON_USEDEP}]
dev-python/zstandard[${PYTHON_USEDEP}]
sci-ml/jiwer[${PYTHON_USEDEP}]
sci-libs/seqeval[${PYTHON_USEDEP}]
sci-ml/seqeval[${PYTHON_USEDEP}]
')
sci-ml/torchvision[${PYTHON_SINGLE_USEDEP}]
)"

View File

@@ -32,7 +32,7 @@ RDEPEND="
BDEPEND="test? (
$(python_gen_cond_dep '
sci-ml/jiwer[${PYTHON_USEDEP}]
sci-libs/seqeval[${PYTHON_USEDEP}]
sci-ml/seqeval[${PYTHON_USEDEP}]
')
)"

View File

@@ -1,4 +1,4 @@
# Copyright 2023-2024 Gentoo Authors
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8