Loading pkgs/development/python-modules/torch/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -133,7 +133,7 @@ let in buildPythonPackage rec { pname = "torch"; # Don't forget to update torch-bin to the same version. version = "2.0.0"; version = "2.0.1"; format = "setuptools"; disabled = pythonOlder "3.8.0"; Loading @@ -149,7 +149,7 @@ in buildPythonPackage rec { repo = "pytorch"; rev = "refs/tags/v${version}"; fetchSubmodules = true; hash = "sha256-cSw7+AYBUcZLz3UyK/+JWWjQxKwVBXcFvBq0XAcL3tE="; hash = "sha256-xUj77yKz3IQ3gd/G32pI4OhL3LoN1zS7eFg0/0nZp5I="; }; patches = lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [ Loading Loading
pkgs/development/python-modules/torch/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -133,7 +133,7 @@ let in buildPythonPackage rec { pname = "torch"; # Don't forget to update torch-bin to the same version. version = "2.0.0"; version = "2.0.1"; format = "setuptools"; disabled = pythonOlder "3.8.0"; Loading @@ -149,7 +149,7 @@ in buildPythonPackage rec { repo = "pytorch"; rev = "refs/tags/v${version}"; fetchSubmodules = true; hash = "sha256-cSw7+AYBUcZLz3UyK/+JWWjQxKwVBXcFvBq0XAcL3tE="; hash = "sha256-xUj77yKz3IQ3gd/G32pI4OhL3LoN1zS7eFg0/0nZp5I="; }; patches = lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [ Loading