Skip to content

Commit

Permalink
fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
张一涵 committed Apr 23, 2024
1 parent 917d9ca commit 7213170
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ readme = "README.md"
python = "^3.7"
julia-numpy = "^0.4.3"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
[tool.poetry.group.test.dependencies]
pytest = "^7.2.2"
pytest-cov = "^4.1.0"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 7213170

Please sign in to comment.