Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
Should I also update `poetry.lock` ?
  • Loading branch information
terasakisatoshi committed Oct 11, 2022
1 parent 18ad2e4 commit 956c71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Pillow = "^9.1.0"
numpy = "^1.22.0"
scipy = "^1.9.1"
matplotlib = "^3.4.3"
dataclasses-json = "^0.5.7"

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
Expand All @@ -27,7 +28,6 @@ flake8 = "^4.0.1"
mypy = "^0.910"
isort = "^5.10.1"
pytest-mpl = "^0.13"
dataclasses-json = "^0.5.7"

[tool.isort]
default_section = "THIRDPARTY"
Expand Down

0 comments on commit 956c71d

Please sign in to comment.