Skip to content

Commit

Permalink
python312Packages.tensordict: 0.5.0 -> 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Oct 21, 2024
1 parent 394fbda commit 18f37d1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pkgs/development/python-modules/tensordict/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
lib,
buildPythonPackage,
pythonOlder,
fetchFromGitHub,

# build-system
setuptools,
torch,
which,

# dependencies
cloudpickle,
Expand All @@ -23,22 +21,19 @@

buildPythonPackage rec {
pname = "tensordict";
version = "0.5.0";
version = "0.6.0";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "pytorch";
repo = "tensordict";
rev = "refs/tags/v${version}";
hash = "sha256-jnRlN9gefR77pioIXf0qM1CP6EtpeQkBvVIecGkb/pw=";
hash = "sha256-ZF5IbkbbI4uH9j0iPM+1F+Rt9TTaT/0fLfDI5Ev4HsE=";
};

build-system = [
setuptools
torch
which
];

dependencies = [
Expand Down

0 comments on commit 18f37d1

Please sign in to comment.