From 405498ad27fe3662324ac1f23c43f659fb7053f9 Mon Sep 17 00:00:00 2001 From: Indrani Bhattacharya <70219648+indraniBh@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:18:02 +0530 Subject: [PATCH] Update snappi-ixnetwork 1.13.0 and remover snappi-convergence --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a62a0735..4f1a7369 100644 --- a/setup.py +++ b/setup.py @@ -46,9 +46,8 @@ python_requires=">=2.7, <4", install_requires=install_requires, extras_require={ - "ixnetwork": ["snappi_ixnetwork==0.9.1"], + "ixnetwork": ["snappi_ixnetwork==1.13.0"], "trex": ["snappi_trex"], - "convergence": ["snappi_convergence==0.4.1"], "testing": ["pytest", "flask"], }, )