From caefea05c1a27427ee576860130a2639de5fd73f Mon Sep 17 00:00:00 2001 From: Blair Lyons Date: Thu, 21 Dec 2023 13:47:01 -0800 Subject: [PATCH] remove more redundant dependencies --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eaa7973..bf29cec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,10 +28,7 @@ classifiers = [ ] dynamic = ["version"] dependencies = [ - "numpy>=1.16", "scipy>=1.5.2", - "pandas>=1.0", - "simulariumio", "subcell_analysis @ git+https://github.com/simularium/subcell-analysis.git@viz-together", ] @@ -74,7 +71,6 @@ dev = [ example = [ "psutil", "awscli", - "boto3", "openpyxl>=3.0", ]