Skip to content

Commit

Permalink
add scipy for testing cosine
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamtaranto committed Sep 22, 2024
1 parent c47b6ec commit 4bfc177
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ features = ["pyo3/extension-module"]
[project.optional-dependencies]
test = [
"pytest>=7.0",
"toml>=0.10"
"toml>=0.10",
"scipy"
]

0 comments on commit 4bfc177

Please sign in to comment.