From 0c6f0337149eaaa0cb86260124dca4135121cd2c Mon Sep 17 00:00:00 2001 From: Eran Date: Thu, 2 May 2024 11:02:25 -0400 Subject: [PATCH] update pint --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0d2dd4f6..ad39a75c 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ 'matplotlib>=3.5.1', 'networkx>=2.6.3', 'numpy>=1.22.1', - 'Pint>=0.18', + 'Pint>=0.23', 'pymongo>=4.0.1', 'scipy>=1.7.3', 'pytest>=6.2.5',