mirror of
https://github.com/wassname/ray.git
synced 2026-07-15 11:25:40 +08:00
Remove numbuf from requirements for setup.py. (#54)
* Remove numbuf from requirements for setup.py. * Update documentation.
This commit is contained in:
committed by
Philipp Moritz
parent
da6bcfcc70
commit
4b00c029ac
+1
-2
@@ -35,8 +35,7 @@ setup(name="ray",
|
||||
"colorama",
|
||||
"psutil",
|
||||
"redis",
|
||||
"cloudpickle",
|
||||
"numbuf==0.0.1"],
|
||||
"cloudpickle"],
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
license="Apache 2.0")
|
||||
|
||||
Reference in New Issue
Block a user