python3Packages.torch: 1.13.0 -> 1.13.1
This commit is contained in:
parent
218e467763
commit
c06ef5a737
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ let
|
||||||
in buildPythonPackage rec {
|
in buildPythonPackage rec {
|
||||||
pname = "torch";
|
pname = "torch";
|
||||||
# Don't forget to update torch-bin to the same version.
|
# Don't forget to update torch-bin to the same version.
|
||||||
version = "1.13.0";
|
version = "1.13.1";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7.0";
|
disabled = pythonOlder "3.7.0";
|
||||||
|
@ -81,7 +81,7 @@ in buildPythonPackage rec {
|
||||||
repo = "pytorch";
|
repo = "pytorch";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
hash = "sha256-jlXd+9fYWePDevXRxsjtL4oEdTWirv1ObH0B4A6o6Q4=";
|
hash = "sha256-yQz+xHPw9ODRBkV9hv1th38ZmUr/fXa+K+d+cvmX3Z8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [
|
patches = lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [
|
||||||
|
|
Loading…
Reference in a new issue