mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:38:18 +08:00
Merge branch 'master' into py39
This commit is contained in:
+5
-4
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user