Skip to content

Commit

Permalink
Update pyproject.toml.jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
twsl authored Aug 9, 2024
1 parent 5eaddc3 commit be8b0eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ keywords = []

[tool.poetry.dependencies]
python = "^{{ python_version }}"
{% if include_sample_code %}torch = "^2.3.1"
lightning = "^2.3.3"{% endif %}
{% if include_sample_code %}torch = "^2.4.0"
lightning = "^2.4.0"{% endif %}

[tool.poetry.group.dev.dependencies]
ruff = "^0.5.7"
Expand Down

0 comments on commit be8b0eb

Please sign in to comment.