1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-16 17:12:20 +08:00

fix setup error

why required pymongo
This commit is contained in:
王雪
2021-01-18 16:11:15 +08:00
committed by you-n-g
parent 0524a47cf4
commit 570bb272eb
2 changed files with 0 additions and 2 deletions

View File

@@ -33,7 +33,6 @@ class InfoCollector:
"scipy", "scipy",
"requests", "requests",
"sacred", "sacred",
"pymongo",
"python-socketio", "python-socketio",
"redis", "redis",
"python-redis-lock", "python-redis-lock",

View File

@@ -35,7 +35,6 @@ REQUIRED = [
"scipy>=1.0.0", "scipy>=1.0.0",
"requests>=2.18.0", "requests>=2.18.0",
"sacred>=0.7.4", "sacred>=0.7.4",
"pymongo==3.7.2",
"python-socketio==3.1.2", "python-socketio==3.1.2",
"redis>=3.0.1", "redis>=3.0.1",
"python-redis-lock>=3.3.1", "python-redis-lock>=3.3.1",