Skip to content

Commit

Permalink
Add missing sympy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Jan 10, 2023
1 parent d9ee05f commit 7032e42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ keywords = [
"measurement",
]
requires-python = ">=3.7"
dependencies = []
dependencies = [
"sympy"
]

[project.optional-dependencies]
test = [
Expand Down

0 comments on commit 7032e42

Please sign in to comment.