mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python3Packages.torchvision: 0.14.0 -> 0.14.1
This commit is contained in:
parent
65c054288b
commit
48014ddf2f
1 changed files with 2 additions and 2 deletions
|
@ -24,13 +24,13 @@ let
|
||||||
cudaArchStr = lib.optionalString cudaSupport lib.strings.concatStringsSep ";" torch.cudaArchList;
|
cudaArchStr = lib.optionalString cudaSupport lib.strings.concatStringsSep ";" torch.cudaArchList;
|
||||||
in buildPythonPackage rec {
|
in buildPythonPackage rec {
|
||||||
pname = "torchvision";
|
pname = "torchvision";
|
||||||
version = "0.14.0";
|
version = "0.14.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pytorch";
|
owner = "pytorch";
|
||||||
repo = "vision";
|
repo = "vision";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-uoy9okPvFH89FJPRRFseHQisw42mWCSuPNADoGa39fc=";
|
hash = "sha256-lKkEJolJQaLr1TVm44CizbJQedGa1wyy0cFWg2LTJN0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ libpng ninja which ]
|
nativeBuildInputs = [ libpng ninja which ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue