[sgd] Add file lock to protect compilation of sgd op (#3486)

* add file lock to protect compilation of sgd op

* lint

* update

* fix

* fix

* lint

* update

* rebase on arrow

* Update sgd_worker.py
This commit is contained in:
Philipp Moritz
2018-12-09 13:52:40 -08:00
committed by GitHub
parent cffe8f9806
commit 87c0d24579
5 changed files with 22 additions and 7 deletions
+1
View File
@@ -136,6 +136,7 @@ def find_version(*filepath):
requires = [
"numpy",
"filelock",
"funcsigs",
"click",
"colorama",