diff --git a/ImageSegmentation/Podfile b/ImageSegmentation/Podfile index 691aae5..e5f187e 100644 --- a/ImageSegmentation/Podfile +++ b/ImageSegmentation/Podfile @@ -6,5 +6,5 @@ target 'ImageSegmentation' do use_frameworks! # Pods for ImageSegmentation - pod 'LibTorch', '~>1.10.0' + pod 'LibTorch', '~>1.13.0' end