Skip to content

Commit 7310f84

Browse files
authored
Update pyproject.toml.jinja
1 parent 67bcff9 commit 7310f84

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

project/pyproject.toml.jinja

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ authors = [
1515
keywords = [
1616
"{{ python_package_distribution_name }}"
1717
]
18-
dynamic = [ "classifiers" ]
18+
dynamic = [
19+
"classifiers",
20+
"dependencies"
21+
]
1922

2023
[project.urls]
2124
homepage = {% if repository_provider == "github.com"%}"https://{{ repository_namespace }}.github.io/{{ repository_name }}/"{% else %}"https://pages.{{ repository_provider }}/{{ repository_namespace }}/{{ repository_name }}"{% endif %}
@@ -27,7 +30,7 @@ packages = [ { include = "{{ python_package_import_name }}", from = "src" } ]
2730
classifiers = [
2831
]
2932

30-
[project.dependencies]
33+
[tool.poetry.dependencies]
3134
python = "^{{ python_version }}"{% if include_sample_code %}
3235
torch = "^2.4.0"
3336
lightning = "^2.4.0"{% endif %}

0 commit comments

Comments
 (0)