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 Dec 9, 2024
1 parent 0e4a164 commit 472c565
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 @@ -25,10 +25,10 @@ torch = "^2.4.0"
lightning = "^2.4.0"{% endif %}

[tool.poetry.group.dev.dependencies]
ruff = "^0.8.1"
ruff = "^0.8.2"
bandit = "^1.8.0"
pre-commit = "^4.0.1"
pyright = "^1.1.389"
pyright = "^1.1.390"
{% if include_notebooks %}ipykernel = "^6.29.5"
ipywidgets = "^8.1.5"
ipython = "^8.30.0"
Expand Down

0 comments on commit 472c565

Please sign in to comment.