From d85a19a29c54cafc87d2d920825592041c5e3f72 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 30 Apr 2024 11:28:55 +0200 Subject: gnu: python-scikit-opt: Add missing input. * gnu/packages/python-science.scm (python-scikit-opt)[propagated-inputs]: Add python-pytorch. Change-Id: I037cc43bedeaebb05bf038c0bca72919f8c27c40 --- gnu/packages/python-science.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 36d0d46cb7..91f6cb1131 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -480,7 +480,7 @@ logic, also known as grey logic.") (sha256 (base32 "0ycqizgsj7q57asc1bphzhf1fx9zqn0vx5rli7q541bas64hfqiy")))) (build-system pyproject-build-system) - (propagated-inputs (list python-numpy python-scipy)) + (propagated-inputs (list python-numpy python-pytorch python-scipy)) (home-page "https://github.com/guofei9987/scikit-opt") (synopsis "Swarm intelligence algorithms in Python") (description -- cgit v1.2.3