mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
[autodeps2] Replace third-party/pyyaml with third-party/pypi/pyyaml (#151668)
Summary: We should use the pypi version. Test Plan: CI Differential Revision: D73211869 Pull Request resolved: https://github.com/pytorch/pytorch/pull/151668 Approved by: https://github.com/Skylion007
This commit is contained in:
parent
f4ac9a160d
commit
c98340e268
|
|
@ -178,7 +178,7 @@ THIRD_PARTY_LIBS = {
|
|||
"psimd": ["//xplat/third-party/psimd:psimd", "//third_party:psimd"],
|
||||
"pthreadpool": ["//xplat/third-party/pthreadpool:pthreadpool", "//third_party:pthreadpool"],
|
||||
"pthreadpool_header": ["//xplat/third-party/pthreadpool:pthreadpool_header", "//third_party:pthreadpool_header"],
|
||||
"pyyaml": ["//third-party/pyyaml:pyyaml", "//third_party:pyyaml"],
|
||||
"pyyaml": ["//third-party/pypi/pyyaml:pyyaml", "//third_party:pyyaml"],
|
||||
"rt": ["//xplat/third-party/linker_lib:rt", "//third_party:rt"],
|
||||
"ruy": ["//third-party/ruy:ruy_xplat_lib", "//third_party:ruy_lib"],
|
||||
"sleef_arm": ["//third-party/sleef:sleef_arm", "//third_party:sleef_arm"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user