GNU bug report logs -
#72471
[PATCH 00/24] Update PyTorch and dependencies
Previous Next
Reported by: David Elsing <david.elsing <at> posteo.net>
Date: Sun, 4 Aug 2024 22:14:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludovic.courtes <at> inria.fr>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 72471 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/machine-learning.scm (python-typing-extensions-4.10): Delete
variable.
* gnu/packages/machine-learning.scm (python-pytorch)[native-inputs] Replace
python-typing-extensions-4.10 with python-typing-extensions.
---
gnu/packages/machine-learning.scm | 2 +-
gnu/packages/python-build.scm | 12 ------------
2 files changed, 1 insertion(+), 13 deletions(-)
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index 4c5b713cbf..418bfb5d03 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -4666,7 +4666,7 @@ (define-public python-pytorch
python-pytest-xdist
python-hypothesis
python-types-dataclasses
- python-typing-extensions-4.10
+ python-typing-extensions
shaderc
valgrind))
(inputs
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 72da369208..43fc018d4c 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -264,18 +264,6 @@ (define-public python-typing-extensions
@end enumerate\n")
(license license:psfl)))
-(define-public python-typing-extensions-4.10
- (package
- (inherit python-typing-extensions)
- (version "4.10.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "typing_extensions" version))
- (sha256
- (base32
- "1jxkj4pni8pdyrn79sq441lsp40xzw363n0qvfc6zfcgkv4dgaxh"))))))
-
;;;
;;; Python builder packages.
--
2.45.1
This bug report was last modified 260 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.