Loading pkgs/development/python-modules/ignite/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "ignite"; version = "0.5.1"; version = "0.5.2"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "pytorch"; repo = pname; tag = "v${version}"; hash = "sha256-J0xrqAGwH0bAs59T7zA8irMWOGbE2+Zd9kwqxYUYYMA="; hash = "sha256-aWm+rj/9A7oNBW5jkMg/BRuEw2gQUJ88At1wB75FgNQ="; }; build-system = [ setuptools ]; Loading Loading @@ -93,7 +93,7 @@ buildPythonPackage rec { meta = { description = "High-level training library for PyTorch"; homepage = "https://pytorch-ignite.ai"; changelog = "https://github.com/pytorch/ignite/releases/tag/v${version}"; changelog = "https://github.com/pytorch/ignite/releases/tag/${src.tag}"; license = lib.licenses.bsd3; maintainers = [ lib.maintainers.bcdarwin ]; # ModuleNotFoundError: No module named 'torch._C._distributed_c10d'; 'torch._C' is not a package Loading Loading
pkgs/development/python-modules/ignite/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "ignite"; version = "0.5.1"; version = "0.5.2"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "pytorch"; repo = pname; tag = "v${version}"; hash = "sha256-J0xrqAGwH0bAs59T7zA8irMWOGbE2+Zd9kwqxYUYYMA="; hash = "sha256-aWm+rj/9A7oNBW5jkMg/BRuEw2gQUJ88At1wB75FgNQ="; }; build-system = [ setuptools ]; Loading Loading @@ -93,7 +93,7 @@ buildPythonPackage rec { meta = { description = "High-level training library for PyTorch"; homepage = "https://pytorch-ignite.ai"; changelog = "https://github.com/pytorch/ignite/releases/tag/v${version}"; changelog = "https://github.com/pytorch/ignite/releases/tag/${src.tag}"; license = lib.licenses.bsd3; maintainers = [ lib.maintainers.bcdarwin ]; # ModuleNotFoundError: No module named 'torch._C._distributed_c10d'; 'torch._C' is not a package Loading