mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:38:19 +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:
+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