We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2878354 commit 61cf395Copy full SHA for 61cf395
1 file changed
project/pyproject.toml.jinja
@@ -22,8 +22,8 @@ dynamic = [
22
"version"
23
]
24
dependencies = [{% if include_sample_code %}
25
- "torch>=2.11.0"
26
- "lightning>=2.6.1"{% endif %}
+ "torch>=2.12.0"
+ "lightning>=2.6.4"{% endif %}
27
28
29
#[project.optional-dependencies]
@@ -54,7 +54,7 @@ default-groups = "all"
54
[dependency-groups]
55
dev = [
56
"ruff>=0.15.13",
57
- {% if type_checker == 'pyright' %}"pyright>=1.1.408"{% elif type_checker == 'ty' %}"ty>=0.0.36"{% endif %},
+ {% if type_checker == 'pyright' %}"pyright>=1.1.408"{% elif type_checker == 'ty' %}"ty>=0.0.38"{% endif %},
58
"bandit>=1.9.4",{% if use_precommit %}
59
{% if precommit_tool == 'pre-commit' %}"pre-commit>=4.5.0"{% elif precommit_tool == 'prek' %}"prek>=0.4.0"{% endif %},{% endif %}
60
"vulture>=2.16",
0 commit comments