From bfe03f29842623f7d877f76f05a814ef50accdd5 Mon Sep 17 00:00:00 2001 From: Abe Coull <85974725+math411@users.noreply.github.com> Date: Fri, 29 Sep 2023 13:03:02 -0700 Subject: [PATCH] infra: remove nest-asyncio as a dependency --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 4dff452cf..e4d72b56a 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,6 @@ "backoff", "boltons", "boto3>=1.28.53", - "nest-asyncio", "networkx", "numpy", "openpulse",