From 206cfaf9e8de9d7f3a89bf6851fc5ae50b745c53 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 8 Oct 2022 00:48:33 +0200 Subject: Converted to numpy array and transponed the values The current format will allow easy access to vertical profiles which in turn will ease up dewpoint calculations. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index a5df547..b7a809a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,8 @@ name="windy" dependencies=[ "requests==2.*", - "pint" + "pint==0.19.*", + "numpy==1.*", ] dynamic=["version"] -- cgit v1.1