From c659ccadd754f84e258c16323bb4ab215615cbae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Ftay=20Fabry?= Date: Thu, 7 Nov 2024 12:18:29 +0100 Subject: [PATCH] update dependencies pint / py13 problems reported in https://github.com/hgrecco/pint/issues/1969#issuecomment-2461687001 --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) 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", ]