From 357abf8f37b9c33c56e7478cb7f1645942e6d097 Mon Sep 17 00:00:00 2001 From: "Sara A. Miskovich" Date: Wed, 9 Oct 2024 10:39:24 -0700 Subject: [PATCH] clean up deps --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bbd226f9..d018a6f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,15 +24,12 @@ classifiers = [ ] requires-python = ">=3.9" dependencies = [ - "pandas", - "pyyaml", "coolname", "pyqt5", "pyqtgraph", "qdarkstyle", "pillow", "requests", - "tqdm", "xopt" ] dynamic = ["version"]