tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.torchvision: 0.14.0 -> 0.14.1
Robert Scott
3 years ago
48014ddf
65c05428
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
torchvision
default.nix
+2
-2
pkgs/development/python-modules/torchvision/default.nix
···
24
cudaArchStr = lib.optionalString cudaSupport lib.strings.concatStringsSep ";" torch.cudaArchList;
25
in buildPythonPackage rec {
26
pname = "torchvision";
27
-
version = "0.14.0";
28
29
src = fetchFromGitHub {
30
owner = "pytorch";
31
repo = "vision";
32
rev = "refs/tags/v${version}";
33
-
hash = "sha256-uoy9okPvFH89FJPRRFseHQisw42mWCSuPNADoGa39fc=";
34
};
35
36
nativeBuildInputs = [ libpng ninja which ]
···
24
cudaArchStr = lib.optionalString cudaSupport lib.strings.concatStringsSep ";" torch.cudaArchList;
25
in buildPythonPackage rec {
26
pname = "torchvision";
27
+
version = "0.14.1";
28
29
src = fetchFromGitHub {
30
owner = "pytorch";
31
repo = "vision";
32
rev = "refs/tags/v${version}";
33
+
hash = "sha256-lKkEJolJQaLr1TVm44CizbJQedGa1wyy0cFWg2LTJN0=";
34
};
35
36
nativeBuildInputs = [ libpng ninja which ]