From 9b82d9689bca8de531d06a6e3aeab8785137e332 Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Tue, 30 Jul 2024 17:32:46 -0400 Subject: [PATCH] add filelock --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index bba0b4387..dc1723103 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ dependencies = [ "cftime>=1.4.1", "click>=8.1", "dask[array]>=2.6", + "filelock", "jsonpickle", "numba", "numpy>=1.20.0,<2.0.0",