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 Oct 7, 2024
1 parent 66d7c79 commit 2e2d95c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lightning = "^2.4.0"{% endif %}
[tool.poetry.group.dev.dependencies]
ruff = "^0.6.8"
bandit = "^1.7.10"
pre-commit = "^3.8.0"
pre-commit = "^4.0.0"
pyright = "^1.1.382"
{% if include_notebooks %}ipykernel = "^6.29.5"
ipywidgets = "^8.1.5"
Expand All @@ -39,7 +39,6 @@ nbconvert = "^7.16.3"{% endif %}
pytest = "^8.3.3"
pytest-cov = "^5.0.0"
pytest-mock = "^3.12.0"
pre-commit = "^3.6.2"
pytest-cases = "^3.8.6"

{% if include_docs %}[tool.poetry.group.docs.dependencies]
Expand Down

0 comments on commit 2e2d95c

Please sign in to comment.