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:
parent
89de299475
commit
459062ba3c
@ -4666,7 +4666,7 @@ PyTorch.")
|
||||
python-pytest-xdist
|
||||
python-hypothesis
|
||||
python-types-dataclasses
|
||||
python-typing-extensions-4.10
|
||||
python-typing-extensions
|
||||
shaderc
|
||||
valgrind))
|
||||
(inputs
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user