From 5c17e04b38e2d4317386e1478933b0c56dc9f07f Mon Sep 17 00:00:00 2001 From: Sebastian Kloth Date: Tue, 23 Jan 2024 10:09:11 +0100 Subject: [PATCH] Added tables to dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 300bee2..11ab448 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,4 +10,5 @@ dependencies = [ "pandas", "dask", "pathos", + "tables" ]