mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:06:31 +08:00
[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:
@@ -136,6 +136,7 @@ def find_version(*filepath):
|
||||
|
||||
requires = [
|
||||
"numpy",
|
||||
"filelock",
|
||||
"funcsigs",
|
||||
"click",
|
||||
"colorama",
|
||||
|
||||
Reference in New Issue
Block a user