Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Update Podfile.lock for templates
Browse files Browse the repository at this point in the history
Summary:
The `Podfile.lock` in the templates pins LibTorch-Lite to version `1.11.0`. After the recent upgrade to PyTorch Mobile releases version 1.12, the template `Podfile.lock` need to be updated as well.

The GitHub action that tests the `react-native-template-pytorch-live` template fails for that reasons:

https://github.com/pytorch/live/runs/7134251602?check_suite_focus=true

Updating `Podfile.lock` for both templates to use `LibTorch-Lite` `1.12.0`.

Reviewed By: chrisklaiber, clarksandholtz

Differential Revision: D37557339

fbshipit-source-id: 52963ef1045817ef246055863b1c0f042580ef72
  • Loading branch information
raedle authored and facebook-github-bot committed Jun 30, 2022
1 parent df674f6 commit 0160a81
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 222 deletions.
14 changes: 7 additions & 7 deletions react-native-template-ptl/template/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ PODS:
- glog (0.3.5)
- hermes-engine (0.7.2)
- libevent (2.1.12)
- LibTorch-Lite (1.11.0):
- LibTorch-Lite/Core (= 1.11.0)
- LibTorch-Lite/Core (1.11.0):
- LibTorch-Lite (1.12.0):
- LibTorch-Lite/Core (= 1.12.0)
- LibTorch-Lite/Core (1.12.0):
- LibTorch-Lite/Torch
- LibTorch-Lite/Torch (1.11.0)
- LibTorch-Lite/Torch (1.12.0)
- OpenSSL-Universal (1.1.180)
- RCT-Folly (2020.01.13.00):
- boost-for-react-native
Expand Down Expand Up @@ -274,7 +274,7 @@ PODS:
- React-perflogger (= 0.64.3)
- React-jsinspector (0.64.3)
- react-native-pytorch-core (0.0.0):
- LibTorch-Lite (~> 1.11.0)
- LibTorch-Lite (~> 1.12.0)
- React
- React-callinvoker
- React-Core
Expand Down Expand Up @@ -497,7 +497,7 @@ SPEC CHECKSUMS:
glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62
hermes-engine: 7d97ba46a1e29bacf3e3c61ecb2804a5ddd02d4f
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
LibTorch-Lite: 14eb78f01cb0c9b5caaaf98c05c3faa1810cbca5
LibTorch-Lite: c2210be0ed41c3a7f972c82715663a44d35ad97c
OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b
RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
RCTRequired: d34bf57e17cb6e3b2681f4809b13843c021feb6c
Expand All @@ -510,7 +510,7 @@ SPEC CHECKSUMS:
React-jsi: a8b09c29521c798f1783348b37b511ba7b3dbeb3
React-jsiexecutor: df6abc9fafbecb8e5b7a5fbc5e6d4bd017d594d5
React-jsinspector: 34e23860273a23695342f58eed3ffd3ba10c31e0
react-native-pytorch-core: 0460984d4456ec05d86c0c08858a9e8d7bfcfbaf
react-native-pytorch-core: acc1cc854d0978e9e298548e7609c3fc4adbb8d7
React-perflogger: cc76a4254d19640f1d8ad1c66fdee800414b805c
React-RCTActionSheet: 7448f049318d8d7e8a9a1ebb742ada721757eea8
React-RCTAnimation: fb9b3fa1a4a9f5e6ab01b3368693ce69860ba76a
Expand Down
Loading

0 comments on commit 0160a81

Please sign in to comment.