From 0f706f04c77b90e4051abb00355f5ddc67287d6a Mon Sep 17 00:00:00 2001 From: Camilo Diaz Date: Wed, 6 Dec 2023 20:06:06 -0500 Subject: [PATCH] add pytables as dependency --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b755ad6..f12cb276 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,8 @@ dependencies = [ # Optional "geopandas", "sliderule", "ipyleaflet", - "lmfit" + "lmfit", + "pytables" ] # List additional groups of dependencies here (e.g. development