From b80f8ece6b7c69adb050d1d5aa87cf321d2b73c8 Mon Sep 17 00:00:00 2001 From: Henri Drake Date: Tue, 31 Mar 2026 06:37:54 -0700 Subject: [PATCH] Add importlib-resources to dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f93e663..3872c37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ classifiers = [ ] dependencies = [ "importlib_metadata <5.0.0", + "importlib-resources", "nc-time-axis", "netcdf4", "numpy >=1.21.0",