From 4ea84a6d6b70df906afc6fa97ba44acfad122cd3 Mon Sep 17 00:00:00 2001 From: Cordero Core <127983572+uwcdc@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:49:25 -0700 Subject: [PATCH] Update pyproject.toml Remove commented `sortedcontainers` dependency Co-authored-by: Lon Blauvelt --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e471a6c..72cf3f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,6 @@ dependencies = [ 'requests', 'numpy', 'tenacity', - # 'sortedcontainers', 'boto3', ]