From 99aef6721a2045466844887d7a4075e02fa4c0c8 Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Fri, 22 Dec 2023 17:36:20 +0100 Subject: [PATCH] Dependencies: Update requirement `pint~=0.23.0` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e248da4..a19ddf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ dependencies = [ 'aiida-core~=2.1', 'click~=8.0', - 'pint~=0.16.1', + 'pint~=0.23.0', 'requests~=2.20' ] dynamic = ['description', 'version']