From f1ecc1c7c900206d7b0b7f91784e3402ebc4332c Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Thu, 5 Oct 2023 02:18:04 -0400 Subject: [PATCH 1/2] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3f6e2cd46..55f6b797d 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ "psygnal>=0.5.0", "qtpy>=1.7.0", "superqt>=0.5.0", + "pint", "typing_extensions", ], ) From d2dc045bd8633492e730e24fd02fcc1e2cbb5e3d Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Thu, 5 Oct 2023 10:00:28 +0300 Subject: [PATCH 2/2] FIX: toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e3a292e2f..4c456da5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,7 @@ dependencies = [ "psygnal>=0.5.0", "qtpy>=1.7.0", "superqt>=0.5.0", + "pint", "typing_extensions", ]