[tune] More robust resolution/detection of signature (#10365)

Co-authored-by: Amog Kamsetty <amogkam@users.noreply.github.com>
This commit is contained in:
Richard Liaw
2020-09-08 11:38:16 -07:00
committed by GitHub
parent 39c598bab0
commit 5851e893ee
7 changed files with 70 additions and 36 deletions
+1 -1
View File
@@ -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"] + [