From 287aa673eb1647772bf37c5d6c78c560326fce91 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Wed, 6 Mar 2024 15:22:15 +0000 Subject: [PATCH] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4678a58..c3ccae5 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ package_data={"AniMAIRE":[ "anisotropic_MAIRE_engine/data/*.csv" ]}, - version='1.0.7', + version='1.0.8', description='Python library for running the anisotropic version of MAIRE+', long_description=long_description, long_description_content_type='text/markdown', @@ -43,6 +43,7 @@ 'plotly>=5.9.0', 'wheel>=0.41.2', 'numba>=0.57.1', + 'metpy>=1.6.1', 'CosRayModifiedISO >= 1.2.3', 'AsympDirsCalculator >= 1.0.8', 'atmosphericRadiationDoseAndFlux >= 1.0.3'],