Skip to content

Commit 61cf395

Browse files
authored
Update dependencies for torch and lightning versions
1 parent 2878354 commit 61cf395

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

project/pyproject.toml.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ dynamic = [
2222
"version"
2323
]
2424
dependencies = [{% if include_sample_code %}
25-
"torch>=2.11.0"
26-
"lightning>=2.6.1"{% endif %}
25+
"torch>=2.12.0"
26+
"lightning>=2.6.4"{% endif %}
2727
]
2828

2929
#[project.optional-dependencies]
@@ -54,7 +54,7 @@ default-groups = "all"
5454
[dependency-groups]
5555
dev = [
5656
"ruff>=0.15.13",
57-
{% if type_checker == 'pyright' %}"pyright>=1.1.408"{% elif type_checker == 'ty' %}"ty>=0.0.36"{% endif %},
57+
{% if type_checker == 'pyright' %}"pyright>=1.1.408"{% elif type_checker == 'ty' %}"ty>=0.0.38"{% endif %},
5858
"bandit>=1.9.4",{% if use_precommit %}
5959
{% if precommit_tool == 'pre-commit' %}"pre-commit>=4.5.0"{% elif precommit_tool == 'prek' %}"prek>=0.4.0"{% endif %},{% endif %}
6060
"vulture>=2.16",

0 commit comments

Comments
 (0)