summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-10-19 12:32:33 +0200
committerAndreas Enge <andreas@enge.fr>2025-10-19 12:37:48 +0200
commit2e0d09ac219eaae4a06031ee1bee682b278662aa (patch)
tree1b87289e072dbfaffa29c5421bd31690ad1c0410
parentbb496bccba906a53355f35070448b99ea68326c8 (diff)
gnu: python-pytorch-geometric: Update to 2.7.0.
* gnu/packages/machine-learning.scm (python-pytorch-geometric): Update to 2.7.0. Change-Id: I8fcfa4485c96fb5a2981e3998c97433f5dfdef1f
-rw-r--r--gnu/packages/machine-learning.scm10
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index 849db39ffc8..4f3f7407450 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -4943,20 +4943,18 @@ in the audio domain.")
python-sympy)))))
(define-public python-pytorch-geometric
- (let ((commit "85cf9fc12b1138c1f2adbed8a761356c3f4197e7")
- (revision "0"))
(package
(name "python-pytorch-geometric")
- (version (git-version "2.6.1" revision commit))
+ (version "2.7.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/pyg-team/pytorch_geometric/")
- (commit commit)))
+ (commit version)))
(file-name (git-file-name name version))
(sha256
(base32
- "104v3w9yv7akyxpyd8aq85mw1mncql8mvr1p1b34ph09csqh68hq"))))
+ "0w6gpw0wf9w6h317mbqcf3iidx9yqjba34348p44g80ihskb6ly6"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -5031,7 +5029,7 @@ in the audio domain.")
(description
"PyG is a library built upon PyTorch to easily write and train Graph
Neural Networks for a wide range of applications related to structured data.")
- (license license:expat))))
+ (license license:expat)))
(define-public python-lightning-cloud
(package