From 361b58cb1789e6cd487ac86c9dd094c7524e1059 Mon Sep 17 00:00:00 2001 From: Joe Wallwork <22053413+jwallwork23@users.noreply.github.com> Date: Sat, 23 Nov 2024 11:20:38 +0000 Subject: [PATCH] Add missing parameterized dependency (#133) Potentially part of the fix for https://github.com/mesh-adaptation/UM2N/issues/57. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5fc0d58..90edcd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "joe.wallwork@outlook.com"}, {name = "Stephan C. Kramer"},