Skip to content

Commit e04a569

Browse files
LemonPiclaude
andcommitted
Bump version to 0.9.1, require torch>=2.0
torch.vmap and torch.compile (used since 0.9.0) require PyTorch 2.0+. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4f171f8 commit e04a569

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pytorch_mppi"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "Model Predictive Path Integral (MPPI) implemented in pytorch"
55
readme = "README.md" # Optional
66

@@ -52,7 +52,7 @@ classifiers = [# Optional
5252
# For an analysis of this field vs pip's requirements files see:
5353
# https://packaging.python.org/discussions/install-requires-vs-requirements/
5454
dependencies = [# Optional
55-
'torch',
55+
'torch>=2.0',
5656
'numpy',
5757
'arm-pytorch-utilities>=0.4',
5858
]

0 commit comments

Comments
 (0)