python3Packages.tensordict: 0.9.1 -> 0.10.0

Diff: https://github.com/pytorch/tensordict/compare/v0.9.1...v0.10.0

Changelog: https://github.com/pytorch/tensordict/releases/tag/v0.10.0
This commit is contained in:
Gaetan Lepage
2025-09-16 16:20:30 +02:00
parent 356ed445e0
commit 77ad00c90d
@@ -29,16 +29,21 @@
buildPythonPackage rec {
pname = "tensordict";
version = "0.9.1";
version = "0.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pytorch";
repo = "tensordict";
tag = "v${version}";
hash = "sha256-OdS9dw/BtSLZuY857O2njlFOMQj5IJ6v9c2aRP+H1Hc=";
hash = "sha256-yxyA9BfN2hp1C3s+g2zBM2gVtckH3LV7luWw8DshFUs=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "pybind11[global]" "pybind11"
'';
build-system = [
pybind11
setuptools