[docker] Synchronize Torch for Tune & RLlib (#11637)

This commit is contained in:
Ian Rodney
2020-10-27 18:37:25 +01:00
committed by GitHub
parent ebe9a8865c
commit 3ce852d345
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ if __name__ == "__main__":
RAY_CI_STREAMING_PYTHON_AFFECTED = 1
RAY_CI_DOC_AFFECTED = 1
if changed_file.startswith("python/setup.py") or re.match(
"requirements.*\.txt", changed_file):
".*requirements.*\.txt", changed_file):
RAY_CI_PYTHON_DEPENDENCIES_AFFECTED = 1
elif changed_file.startswith("java/"):
RAY_CI_JAVA_AFFECTED = 1
+1 -1
View File
@@ -1,7 +1,7 @@
tensorflow-probability
gast
# Version requirement to match Tune
torch>=1.5.0
torch>=1.6.0
# Version requirement to match Tune
torchvision>=0.6.0
smart_open