mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +08:00
[tune] More robust resolution/detection of signature (#10365)
Co-authored-by: Amog Kamsetty <amogkam@users.noreply.github.com>
This commit is contained in:
co-authored by
Amog Kamsetty
parent
39c598bab0
commit
5851e893ee
+1
-1
@@ -111,7 +111,7 @@ if os.getenv("RAY_USE_NEW_GCS") == "on":
|
||||
extras = {
|
||||
"debug": [],
|
||||
"serve": ["uvicorn", "flask", "requests", "pydantic", "dataclasses"],
|
||||
"tune": ["tabulate", "tensorboardX", "pandas"]
|
||||
"tune": ["tabulate", "tensorboardX", "pandas", "dataclasses"]
|
||||
}
|
||||
|
||||
extras["rllib"] = extras["tune"] + [
|
||||
|
||||
Reference in New Issue
Block a user