From 5c25569c1c28cb51f785dabdb60653aaa5e0f83e Mon Sep 17 00:00:00 2001 From: ahillsley Date: Mon, 17 Jun 2024 14:00:12 -0400 Subject: [PATCH] update dependencies --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8bd355f..afb68c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ authors = [ { name = 'Alex Hillsley', email = 'hillsleya@janelia.hhmi.org' }, ] dynamic = ["version"] -dependencies = ["numpy", "scipy", "jax", "jaxlib", "optax", "scikit-image", "tqdm"] +dependencies = ["numpy", "scipy", "jax", "jaxlib", "optax", "scikit-image", "tqdm", "pandas", "h5py"] [project.optional-dependencies] dev = ["pre-commit", "pytest", "pytest-cov", "ruff", "twine", "build"] @@ -27,7 +27,6 @@ docs = [ "tomli", "jupyter_sphinx", "plotly", - "pandas" ] [project.urls]