mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:38:18 +08:00
Add flatbuffers dependency to setup.py. (#540)
This commit is contained in:
committed by
Philipp Moritz
parent
3a6922276a
commit
22c6a22f28
+2
-1
@@ -40,7 +40,8 @@ setup(name="ray",
|
||||
"colorama",
|
||||
"psutil",
|
||||
"redis",
|
||||
"cloudpickle >= 0.2.2"],
|
||||
"cloudpickle >= 0.2.2",
|
||||
"flatbuffers"],
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
license="Apache 2.0")
|
||||
|
||||
Reference in New Issue
Block a user