Skip to content

Commit ef51968

Browse files
committed
pytorch 2.9.1
Signed-off-by: botantony <[email protected]>
1 parent bfd8ab0 commit ef51968

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Formula/p/pytorch.rb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ class Pytorch < Formula
33

44
desc "Tensors and dynamic neural networks"
55
homepage "https://pytorch.org/"
6-
url "https://github.com/pytorch/pytorch/releases/download/v2.9.0/pytorch-v2.9.0.tar.gz"
7-
sha256 "c6980af3c0ea311f49f90987982be715e4d702539fea41e52f55ad7f0b105dc3"
6+
url "https://github.com/pytorch/pytorch/releases/download/v2.9.1/pytorch-v2.9.1.tar.gz"
7+
sha256 "e17504700ebc4c87f9b57059df1c4d790b769458c04db144c7a92aea90f2c92b"
88
license "BSD-3-Clause"
9-
revision 1
109

1110
livecheck do
1211
url :stable
@@ -53,8 +52,8 @@ class Pytorch < Formula
5352
end
5453

5554
resource "fsspec" do
56-
url "https://files.pythonhosted.org/packages/de/e0/bab50af11c2d75c9c4a2a26a5254573c0bd97cea152254401510950486fa/fsspec-2025.9.0.tar.gz"
57-
sha256 "19fd429483d25d28b65ec68f9f4adc16c17ea2c7c7bf54ec61360d478fb19c19"
55+
url "https://files.pythonhosted.org/packages/24/7f/2747c0d332b9acfa75dc84447a066fdf812b5a6b8d30472b74d309bfe8cb/fsspec-2025.10.0.tar.gz"
56+
sha256 "b6789427626f068f9a83ca4e8a3cc050850b6c0f71f99ddb4f542b8266a26a59"
5857
end
5958

6059
resource "jinja2" do

0 commit comments

Comments
 (0)