guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit c0f43ec5f7967b6392962850edff05870f5e4aa1
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Feb 21 23:34:40 2026 +0100
gnu: python-pytorch-for-r-torch: Use Setuptools 79.
* gnu/packages/machine-learning.scm (python-pytorch-for-r-torch)
[native-inputs]: Replace python-setuptools with python-setuptools-79.
Change-Id: I4cfc0ed0c9465663b3b0159e55ad9c2c1b8e42b8
---
gnu/packages/machine-learning.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index 7f70b4975f..fe20c5e35e 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -5387,6 +5387,9 @@ in the audio domain.")
(inputs
(modify-inputs (package-inputs python-pytorch)
(replace "gloo" gloo-for-r-torch)))
+ (native-inputs
+ (modify-inputs (package-native-inputs python-pytorch)
+ (replace "python-setuptools" python-setuptools-79)))
(arguments
(substitute-keyword-arguments (package-arguments python-pytorch)
((#:phases phases)