Skip to content

Commit

Permalink
fix setup error
Browse files Browse the repository at this point in the history
why required pymongo
  • Loading branch information
GoooIce authored and you-n-g committed Jan 18, 2021
1 parent 0524a47 commit 570bb27
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion scripts/collect_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def qlib(self):
"scipy",
"requests",
"sacred",
"pymongo",
"python-socketio",
"redis",
"python-redis-lock",
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"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",
Expand Down

0 comments on commit 570bb27

Please sign in to comment.