diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-08-30 18:51:31 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-31 19:01:12 +0700 |
commit | 5735293862abbea06c20ef547b7213f4434ff2f3 (patch) | |
tree | dc6ddde62d8e671cde56cd6ec4ab7ccb01b7dae2 | |
parent | aee9699906bea4cfe9008b42a215ea3eeaccc193 (diff) |
libraries/pytorch: Rename typing-extensions dep
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/pytorch/pytorch.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/pytorch/pytorch.info b/libraries/pytorch/pytorch.info index 0025329e7e671..f7423c86fad63 100644 --- a/libraries/pytorch/pytorch.info +++ b/libraries/pytorch/pytorch.info @@ -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" |