[ci] Pin torch version while we update
This commit is contained in:
2
setup.py
2
setup.py
@@ -67,7 +67,7 @@ extras["mecab"] = ["mecab-python3"]
|
|||||||
extras["sklearn"] = ["scikit-learn"]
|
extras["sklearn"] = ["scikit-learn"]
|
||||||
extras["tf"] = ["tensorflow"]
|
extras["tf"] = ["tensorflow"]
|
||||||
extras["tf-cpu"] = ["tensorflow-cpu"]
|
extras["tf-cpu"] = ["tensorflow-cpu"]
|
||||||
extras["torch"] = ["torch"]
|
extras["torch"] = ["torch==1.4.0"]
|
||||||
|
|
||||||
extras["serving"] = ["pydantic", "uvicorn", "fastapi", "starlette"]
|
extras["serving"] = ["pydantic", "uvicorn", "fastapi", "starlette"]
|
||||||
extras["all"] = extras["serving"] + ["tensorflow", "torch"]
|
extras["all"] = extras["serving"] + ["tensorflow", "torch"]
|
||||||
|
|||||||
Reference in New Issue
Block a user