Skip to content

Commit d39cd20

Browse files
committed
pytorch: migrate to [email protected]
1 parent 6f6ad53 commit d39cd20

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/p/pytorch.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ class Pytorch < Formula
66
url "https://github.com/pytorch/pytorch/releases/download/v2.9.0/pytorch-v2.9.0.tar.gz"
77
sha256 "c6980af3c0ea311f49f90987982be715e4d702539fea41e52f55ad7f0b105dc3"
88
license "BSD-3-Clause"
9+
revision 1
910

1011
livecheck do
1112
url :stable
@@ -25,7 +26,7 @@ class Pytorch < Formula
2526

2627
depends_on "cmake" => :build
2728
depends_on "ninja" => :build
28-
depends_on "python@3.13" => [:build, :test]
29+
depends_on "python@3.14" => [:build, :test]
2930
depends_on xcode: :build
3031
depends_on "abseil"
3132
depends_on "eigen"
@@ -102,7 +103,7 @@ class Pytorch < Formula
102103
end
103104

104105
def install
105-
python3 = "python3.13"
106+
python3 = "python3.14"
106107

107108
# Avoid building AVX512 code
108109
inreplace "cmake/Modules/FindAVX.cmake", /^CHECK_SSE\(CXX "AVX512"/, "#\\0"

0 commit comments

Comments
 (0)