diff --git a/scripts/collect_info.py b/scripts/collect_info.py index 512a7a140..874686a3c 100644 --- a/scripts/collect_info.py +++ b/scripts/collect_info.py @@ -33,7 +33,6 @@ class InfoCollector: "scipy", "requests", "sacred", - "pymongo", "python-socketio", "redis", "python-redis-lock", diff --git a/setup.py b/setup.py index 109a6b032..7dcea5da7 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,6 @@ REQUIRED = [ "scipy>=1.0.0", "requests>=2.18.0", "sacred>=0.7.4", - "pymongo==3.7.2", "python-socketio==3.1.2", "redis>=3.0.1", "python-redis-lock>=3.3.1",