mirror of
https://github.com/wassname/ray.git
synced 2026-08-14 12:40:23 +08:00
[CI] Use legacy resolver for some pip imports (#12517)
This commit is contained in:
@@ -315,7 +315,7 @@ install_dependencies() {
|
||||
*) TORCHVISION_VERSION=0.5.0;;
|
||||
esac
|
||||
|
||||
pip install --upgrade tensorflow-probability=="${TFP_VERSION-0.8}" \
|
||||
pip install --use-deprecated=legacy-resolver --upgrade tensorflow-probability=="${TFP_VERSION-0.8}" \
|
||||
torch=="${TORCH_VERSION-1.6}" torchvision=="${TORCHVISION_VERSION}" \
|
||||
tensorflow=="${TF_VERSION-2.2.0}" gym
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user