From 570bb272eb826cac17d460fa8046b19508105880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=9B=AA?= Date: Mon, 18 Jan 2021 16:11:15 +0800 Subject: [PATCH] fix setup error why required pymongo --- scripts/collect_info.py | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) 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",