gnu: Remove python-typing-extensions-4.10.

* 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.
This commit is contained in:
David Elsing 2024-08-04 22:15:40 +00:00 committed by Ludovic Courtès
parent 89de299475
commit 459062ba3c
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
2 changed files with 1 additions and 13 deletions

View File

@ -4666,7 +4666,7 @@ PyTorch.")
python-pytest-xdist
python-hypothesis
python-types-dataclasses
python-typing-extensions-4.10
python-typing-extensions
shaderc
valgrind))
(inputs

View File

@ -264,18 +264,6 @@ Included are implementations of:
@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.