diff --git a/pyproject.toml b/pyproject.toml index a5bb2c3..67bb67e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,11 +44,13 @@ dynamic = [ ] dependencies = [ "bidict", + "flexparser<0.4", # pint compat, see /~https://github.com/hgrecco/pint/issues/1969#issuecomment-2461687001 "ipyfilechooser", "ipympl", "ipywidgets", "k3d>=2.12", "matplotlib<3.9", + "pint", "tqdm", "weldx>=0.6", ]