Skip to content

Commit 01babde

Browse files
authored
Merge pull request #14 from mctigger/version-bump
Bumped versions
2 parents 605c804 + 3cb7be5 commit 01babde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tensorcontainer"
7-
version = "0.6.3"
7+
version = "0.7.0"
88
description = "TensorDict-like functionality for PyTorch with PyTree compatibility and torch.compile support"
99
authors = [{name="Tim Joseph", email="tim@mctigger.com"}]
1010
license = {text = "MIT"}
1111
dependencies = [
12-
"torch>=2.0.0"
12+
"torch>=2.6"
1313
]
1414
readme = "README.md"
1515
requires-python = ">=3.9"

0 commit comments

Comments
 (0)