Skip to content

Commit

Permalink
add scipy to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaivardhankapoor committed Jan 31, 2024
1 parent 3805911 commit dc9efc2
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 @@ -8,8 +8,9 @@ version = "0.1"

dependencies = [
"numpy",
"scipy",
"matplotlib",
"torch"
"torch",
]

[project.optional-dependencies]
Expand Down

0 comments on commit dc9efc2

Please sign in to comment.