From bc574cdf9073d1d9820964cd663de3a71e75c910 Mon Sep 17 00:00:00 2001 From: JoyMonteiro Date: Fri, 19 May 2023 06:35:44 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 36b8279d..0a5fd323 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ 'numpy>=1.16.0', 'pint>=0.7.0', 'xarray>=0.8.0', - 'sympl==0.4.0', + 'sympl==0.4.1', 'cython>=0.25', 'scipy>=0.18.1', ]