gnu: python-transformers: Adjust inputs.

As seen in <https://ci.guix.gnu.org/eval/2052486/log/raw>

* gnu/packages/machine-learning.scm (python-transformers):
[native-inputs]: Remove python-parameterized-next; add
python-parameterized.

Change-Id: I49f3c53737f829a7cdb64fb87d39f0e090802052
This commit is contained in:
Sharlatan Hellseher 2025-04-10 11:59:54 +01:00 committed by Andreas Enge
parent b130569ee9
commit b25672f156
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -6348,7 +6348,7 @@ tokenizers, @code{rust-tokenizers}.")
python-tokenizers
python-tqdm))
(native-inputs
(list python-parameterized-next
(list python-parameterized
python-pytest python-setuptools python-wheel))
(home-page "https://github.com/huggingface/transformers")
(synopsis "Machine Learning for PyTorch and TensorFlow")