python3Packages.tensordict: 0.9.0 -> 0.9.1
Diff: https://github.com/pytorch/tensordict/compare/refs/tags/v0.9.0...refs/tags/v0.9.1 Changelog: https://github.com/pytorch/tensordict/releases/tag/v0.9.1
This commit is contained in:
parent
b784f21dca
commit
26f0921b43
@ -19,6 +19,7 @@
|
|||||||
numpy,
|
numpy,
|
||||||
orjson,
|
orjson,
|
||||||
packaging,
|
packaging,
|
||||||
|
pyvers,
|
||||||
torch,
|
torch,
|
||||||
|
|
||||||
# tests
|
# tests
|
||||||
@ -28,14 +29,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "tensordict";
|
pname = "tensordict";
|
||||||
version = "0.9.0";
|
version = "0.9.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pytorch";
|
owner = "pytorch";
|
||||||
repo = "tensordict";
|
repo = "tensordict";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-actBFzWb2JBPsLhRZiD6zRpk7eyX2OHUPMU9JpJ90Wc=";
|
hash = "sha256-OdS9dw/BtSLZuY857O2njlFOMQj5IJ6v9c2aRP+H1Hc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
@ -56,6 +57,7 @@ buildPythonPackage rec {
|
|||||||
numpy
|
numpy
|
||||||
orjson
|
orjson
|
||||||
packaging
|
packaging
|
||||||
|
pyvers
|
||||||
torch
|
torch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user