libraries/pytorch: Rename typing-extensions dep

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-08-30 18:51:31 -07:00 committed by Willy Sudiarto Raharjo
parent aee9699906
commit 5735293862

View file

@ -7,6 +7,6 @@ DOWNLOAD_x86_64="https://github.com/pytorch/pytorch/releases/download/v2.4.0/pyt
https://github.com/pytorch/QNNPACK/archive/7d2a4e9/QNNPACK-7d2a4e9931a82adc3814275b6219a03e24e36b4c.tar.gz"
MD5SUM_x86_64="8604669939cd671b648f2280139dc242 \
fd513287f0b623e58860306c029022b2"
REQUIRES="protobuf3 typing-extensions"
REQUIRES="protobuf3 python3-typing-extensions"
MAINTAINER="Johannes Schoepfer"
EMAIL="slackbuilds@schoepfer.info"