From 4960c47149c60cce062f555e454adff96624a9f3 Mon Sep 17 00:00:00 2001 From: Indrani Bhattacharya <70219648+indraniBh@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:11:52 +0530 Subject: [PATCH] Update setup.py removing convergence extension --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index a62a0735..f15201d3 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,6 @@ extras_require={ "ixnetwork": ["snappi_ixnetwork==0.9.1"], "trex": ["snappi_trex"], - "convergence": ["snappi_convergence==0.4.1"], "testing": ["pytest", "flask"], }, )