From e50ea2a1964e1fe84d0712858555e0c366d2aa77 Mon Sep 17 00:00:00 2001 From: Laurent Soucasse <135331272+lsoucasse@users.noreply.github.com> Date: Thu, 4 Jul 2024 12:12:11 +0200 Subject: [PATCH] Update project toml file. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4932553..3969d96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,7 @@ dependencies = [ 'natsort', 'netcdf4', 'numpy', + 'osfclient', 'pandas', 'scipy', 'seaborn',