Skip to content

Commit

Permalink
Add missing parameterized dependency (#133)
Browse files Browse the repository at this point in the history
Potentially part of the fix for
mesh-adaptation/UM2N#57.
  • Loading branch information
jwallwork23 authored Nov 23, 2024
1 parent c3bbd9c commit 361b58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["setuptools"]
[project]
name = "movement"
version = "0.2"
dependencies = ["cffconvert", "pre-commit", "ruff", "sympy"]
dependencies = ["cffconvert", "parameterized", "pre-commit", "ruff", "sympy"]
authors = [
{name = "Joseph G. Wallwork", email = "[email protected]"},
{name = "Stephan C. Kramer"},
Expand Down

0 comments on commit 361b58c

Please sign in to comment.