Skip to content

Commit 6bfe094

Browse files
authored
Update lightning dependency version to 2.6.0
1 parent 5d46d51 commit 6bfe094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ classifiers = [
3535
[tool.poetry.dependencies]
3636
python = "^{{ python_version }}"{% if include_sample_code %}
3737
torch = "^2.9.0"
38-
lightning = "^2.5.6"{% endif %}
38+
lightning = "^2.6.0"{% endif %}
3939

4040
[tool.poetry.group.dev.dependencies]
4141
ruff = "^0.14.7"

0 commit comments

Comments
 (0)