Loading pkgs/development/python-modules/tensordict/default.nix +1 −9 Original line number Diff line number Diff line Loading @@ -34,17 +34,9 @@ buildPythonPackage rec { owner = "pytorch"; repo = "tensordict"; tag = "v${version}"; hash = "sha256-ZYuu1vKhC5Yi9m3EsPUhA9OXHjmHafUJRCDnQIu5kFk="; hash = "sha256-yEwuCsIKNHQf8iCSB38R8mJXvdOi0+MeNk9M9+jWfxU="; }; # TODO: remove at next release postPatch = '' substituteInPlace pyproject.toml \ --replace-fail \ 'version = "0.8.0"' \ 'version = "0.8.1"' ''; build-system = [ pybind11 setuptools Loading Loading
pkgs/development/python-modules/tensordict/default.nix +1 −9 Original line number Diff line number Diff line Loading @@ -34,17 +34,9 @@ buildPythonPackage rec { owner = "pytorch"; repo = "tensordict"; tag = "v${version}"; hash = "sha256-ZYuu1vKhC5Yi9m3EsPUhA9OXHjmHafUJRCDnQIu5kFk="; hash = "sha256-yEwuCsIKNHQf8iCSB38R8mJXvdOi0+MeNk9M9+jWfxU="; }; # TODO: remove at next release postPatch = '' substituteInPlace pyproject.toml \ --replace-fail \ 'version = "0.8.0"' \ 'version = "0.8.1"' ''; build-system = [ pybind11 setuptools Loading