From 9a96fa8a751952f754f748dadce8e69329357888 Mon Sep 17 00:00:00 2001 From: Jayoung Ryu Date: Mon, 17 Jun 2024 17:37:44 -0400 Subject: [PATCH] drop pool-sharq dependency --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 0ed37c3..9d1ba9b 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,6 @@ "numpy>=1.19.2", "pandas>=1.1.2", "biopython>=1.79", - "pool-sharq>=0.0.12", "plotly", "regex", "xlsxwriter",