From 3ce852d345e5c122852a7c9e92f4476bb5bc9ad6 Mon Sep 17 00:00:00 2001 From: Ian Rodney Date: Tue, 27 Oct 2020 10:37:25 -0700 Subject: [PATCH] [docker] Synchronize Torch for Tune & RLlib (#11637) --- ci/travis/determine_tests_to_run.py | 2 +- python/requirements_rllib.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/travis/determine_tests_to_run.py b/ci/travis/determine_tests_to_run.py index 0c2edf0a9..8b040154a 100644 --- a/ci/travis/determine_tests_to_run.py +++ b/ci/travis/determine_tests_to_run.py @@ -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 diff --git a/python/requirements_rllib.txt b/python/requirements_rllib.txt index 98a1a6d77..6eb506be3 100644 --- a/python/requirements_rllib.txt +++ b/python/requirements_rllib.txt @@ -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