Skip to content

Commit

Permalink
torchvision 0.8.2
Browse files Browse the repository at this point in the history
- Add python@3.9 as a runtime dependency. Linkage test fails without it.

Closes #66688.

Signed-off-by: chenrui <chenrui333@gmail.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
  • Loading branch information
carlocab authored and BrewTestBot committed Dec 11, 2020
1 parent 614db16 commit 7ee614e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Formula/torchvision.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class Torchvision < Formula
desc "Datasets, transforms, and models for computer vision"
homepage "https://github.com/pytorch/vision"
url "https://github.com/pytorch/vision/archive/v0.8.1.tar.gz"
sha256 "c46734c679c99f93e5c06654f4295a05a6afe6c00a35ebd26a2cce507ae1ccbd"
url "https://github.com/pytorch/vision/archive/v0.8.2.tar.gz"
sha256 "9a866c3c8feb23b3221ce261e6153fc65a98ce9ceaa71ccad017016945c178bf"
license "BSD-3-Clause"
revision 1

bottle do
sha256 "2828abf349caac3222b45341460359d7601c004a6d49df38d2493ee807242e3d" => :big_sur
Expand All @@ -13,10 +12,10 @@ class Torchvision < Formula
end

depends_on "cmake" => :build
depends_on "python@3.9" => :build
depends_on "jpeg"
depends_on "libpng"
depends_on "libtorch"
depends_on "python@3.9"

def install
mkdir "build" do
Expand Down

0 comments on commit 7ee614e

Please sign in to comment.