Merge branch 'master' into py39

This commit is contained in:
Akash Patel
2020-12-16 11:04:27 -05:00
committed by GitHub
489 changed files with 36844 additions and 8744 deletions
+5 -4
View File
@@ -95,10 +95,9 @@ ray_files += [
# also update the matching section of requirements.txt
# in this directory
extras = {
"debug": [],
"serve": [
"uvicorn", "flask", "requests", "pydantic<1.7",
"dataclasses; python_version < '3.7'"
"dataclasses; python_version < '3.7'", "starlette"
],
"tune": [
"dataclasses; python_version < '3.7'", "pandas", "tabulate",
@@ -456,8 +455,10 @@ setuptools.setup(
entry_points={
"console_scripts": [
"ray=ray.scripts.scripts:main",
"rllib=ray.rllib.scripts:cli [rllib]", "tune=ray.tune.scripts:cli",
"ray-operator=ray.operator:main"
"rllib=ray.rllib.scripts:cli [rllib]",
"tune=ray.tune.scripts:cli",
"ray-operator=ray.operator.operator:main",
"serve=ray.serve.scripts:cli",
]
},
include_package_data=True,