python312Packages.tensordict 0.3.1 -> 0.3.2 https://github.com/pytorch/tensordict/releases attrpath: python312Packages.tensordict Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p2x0hpyb3pfzyx42jln4v85sqcyygg46-packages.json.drv building '/nix/store/p2x0hpyb3pfzyx42jln4v85sqcyygg46-packages.json.drv'... Going to be running update for following packages: - python3.12-tensordict-0.3.1 Press Enter key to continue... Running update for: - python3.12-tensordict-0.3.1: UPDATING ... - python3.12-tensordict-0.3.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/tensordict/default.nix b/pkgs/development/python-modules/tensordict/default.nix index 6c64ca00c5ee..c5fba5ded3b3 100644 --- a/pkgs/development/python-modules/tensordict/default.nix +++ b/pkgs/development/python-modules/tensordict/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "tensordict"; - version = "0.3.1"; + version = "0.3.2"; pyproject = true; disabled = pythonOlder "3.8"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "pytorch"; repo = "tensordict"; rev = "refs/tags/v${version}"; - hash = "sha256-eCx1r7goqOdGX/0mSGCiLhdGQTh4Swa5aFiLSsL56p0="; + hash = "sha256-Gpl277HraNuTYPxdL/GSX6Nvn6Ntl+XYl/7m0t1lZAg="; }; nativeBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.tensordict nix build failed. INFO:wheel:adding 'tensordict/nn/common.py' INFO:wheel:adding 'tensordict/nn/ensemble.py' INFO:wheel:adding 'tensordict/nn/functional_modules.py' INFO:wheel:adding 'tensordict/nn/params.py' INFO:wheel:adding 'tensordict/nn/probabilistic.py' INFO:wheel:adding 'tensordict/nn/sequence.py' INFO:wheel:adding 'tensordict/nn/utils.py' INFO:wheel:adding 'tensordict/nn/distributions/__init__.py' INFO:wheel:adding 'tensordict/nn/distributions/composite.py' INFO:wheel:adding 'tensordict/nn/distributions/continuous.py' INFO:wheel:adding 'tensordict/nn/distributions/discrete.py' INFO:wheel:adding 'tensordict/nn/distributions/truncated_normal.py' INFO:wheel:adding 'tensordict/nn/distributions/utils.py' INFO:wheel:adding 'tensordict/prototype/__init__.py' INFO:wheel:adding 'tensordict/prototype/fx.py' INFO:wheel:adding 'tensordict/prototype/tensorclass.py' INFO:wheel:adding 'tensordict-0.3.2.dist-info/LICENSE' INFO:wheel:adding 'tensordict-0.3.2.dist-info/METADATA' INFO:wheel:adding 'tensordict-0.3.2.dist-info/WHEEL' INFO:wheel:adding 'tensordict-0.3.2.dist-info/top_level.txt' INFO:wheel:adding 'tensordict-0.3.2.dist-info/RECORD' INFO:wheel:removing build/bdist.linux-x86_64/wheel Successfully built tensordict-0.3.2-cp312-cp312-linux_x86_64.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for tensordict-0.3.2-cp312-cp312-linux_x86_64.whl - torch==2.2.2 not satisfied by version 2.2.1