1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +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",
"requests",
"sacred",
"pymongo",
"python-socketio",
"redis",
"python-redis-lock",

View File

@@ -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",