Merge pull request #227952 from GaetanLepage/torchvision
python3Packages.torchvision: 0.14.1 -> 0.15.1
This commit is contained in:
commit
de91114b61
@ -40,7 +40,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
pname = "torchvision";
|
pname = "torchvision";
|
||||||
version = "0.14.1";
|
version = "0.15.1";
|
||||||
in
|
in
|
||||||
buildPythonPackage {
|
buildPythonPackage {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
@ -49,7 +49,7 @@ buildPythonPackage {
|
|||||||
owner = "pytorch";
|
owner = "pytorch";
|
||||||
repo = "vision";
|
repo = "vision";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-lKkEJolJQaLr1TVm44CizbJQedGa1wyy0cFWg2LTJN0=";
|
hash = "sha256-CQS2IXb8YSLrrkn/7BsO4Me5Cv0eXgMAKXM4rGzr0Bw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ libpng ninja which ] ++ lib.optionals cudaSupport [ cuda-native-redist ];
|
nativeBuildInputs = [ libpng ninja which ] ++ lib.optionals cudaSupport [ cuda-native-redist ];
|
||||||
|
Loading…
Reference in New Issue
Block a user