From 4c2ac152f1d09251cfdcf10653026a639ec7d3cd Mon Sep 17 00:00:00 2001 From: Kori Kuzma Date: Wed, 7 Jan 2026 07:46:05 -0500 Subject: [PATCH] build: remove unused/redundant deps --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2383c4e4..f14f78f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,6 @@ dependencies = [ "bioutils", "requests", "canonicaljson", - "setuptools>=78.1.0", # TODO remove this pin caused by HGVS issue "typing-extensions", ] @@ -53,7 +52,6 @@ extras = [ "dill~=0.3.7", "click", "pysam==0.23.0", # pinned pending https://github.com/ga4gh/vrs-python/issues/560 - "typing_extensions", ] dev = [ # tests @@ -71,7 +69,6 @@ dev = [ ] notebooks = [ "jupyter", - "tabulate", "pyyaml" ]