We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 605c804 + 3cb7be5 commit 01babdeCopy full SHA for 01babde
pyproject.toml
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "tensorcontainer"
7
-version = "0.6.3"
+version = "0.7.0"
8
description = "TensorDict-like functionality for PyTorch with PyTree compatibility and torch.compile support"
9
authors = [{name="Tim Joseph", email="tim@mctigger.com"}]
10
license = {text = "MIT"}
11
dependencies = [
12
- "torch>=2.0.0"
+ "torch>=2.6"
13
]
14
readme = "README.md"
15
requires-python = ">=3.9"
0 commit comments