Skip to content

Commit

Permalink
Add project.optional-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu authored Aug 8, 2024
1 parent 7e4b711 commit 45aa283
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ dependencies = [
"numpy>=1.20",
"scipy>=1.7"
]


[project.optional-dependencies]
dev = [
"pytest>=6.2",
"pytest-mock>=3.6",
"pytest-cov>=3.0"
]

[project.urls]
"Homepage" = "https://github.com/xuanxu/starmatrix"
"Bug Reports" = "https://github.com/xuanxu/starmatrix/issues"
Expand Down

0 comments on commit 45aa283

Please sign in to comment.