From f9ed8631f68a32e338ae355ca61f9a2bc886a25e Mon Sep 17 00:00:00 2001 From: Eran Date: Tue, 10 Dec 2024 18:02:32 -0500 Subject: [PATCH] update setup.py --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d475c5e..677b494 100644 --- a/setup.py +++ b/setup.py @@ -49,8 +49,7 @@ install_requires=[ "bigraph-schema", "numpy", - "pytest>=6.2.5", - "pymongo", + "pytest", "orjson", "matplotlib" ]