From 44faf1e9e2150444b1eaa9539826f7d615b78f97 Mon Sep 17 00:00:00 2001 From: JoschD <26184899+JoschD@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:46:20 +0100 Subject: [PATCH] tables dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 08d4cc7..676528d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,7 @@ test = [ "pytest>=7.0", "pytest-cov>=2.9", "h5py>=2.9.0", + "tables >= 3.9", # TODO: require 3.10.1 minimum when it's out and we drop python 3.9 support ] doc = [ "sphinx >= 7.0",