From 6ad260b9d4153885357e60ada08706587ce0cf73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Sat, 3 Sep 2022 11:59:22 +0200 Subject: [PATCH 1/3] Revert "Update tensorboard requirement from <2.10.0,>=2.9.1 to >=2.9.1,<2.11.0 in /requirements (#14200)" This reverts commit 401eb2c535f3b34b39313fbe58407fb8cbc56a24. --- requirements/pytorch/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pytorch/base.txt b/requirements/pytorch/base.txt index 698d0ec4ad858..785fc6d22016f 100644 --- a/requirements/pytorch/base.txt +++ b/requirements/pytorch/base.txt @@ -6,7 +6,7 @@ torch>=1.9.*, <1.13.0 tqdm>=4.57.0, <4.65.0 PyYAML>=5.4, <=6.0 fsspec[http]>=2021.05.0, !=2021.06.0, <2022.6.0 -tensorboard>=2.9.1, <2.11.0 +tensorboard>=2.9.1, <2.10.0 torchmetrics>=0.7.0, <0.9.3 # needed for using fixed compare_version packaging>=17.0, <=21.3 typing-extensions>=4.0.0, <4.3.1 From cc2bc8fd3096b1d71c4bcb00aaab8dcb3d1018b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Sat, 3 Sep 2022 12:07:09 +0200 Subject: [PATCH 2/3] Add comment --- requirements/pytorch/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pytorch/base.txt b/requirements/pytorch/base.txt index 785fc6d22016f..5db06eb4685b6 100644 --- a/requirements/pytorch/base.txt +++ b/requirements/pytorch/base.txt @@ -6,7 +6,7 @@ torch>=1.9.*, <1.13.0 tqdm>=4.57.0, <4.65.0 PyYAML>=5.4, <=6.0 fsspec[http]>=2021.05.0, !=2021.06.0, <2022.6.0 -tensorboard>=2.9.1, <2.10.0 +tensorboard>=2.9.1, <2.10.0 # do not upgrade until https://github.com/tensorflow/tensorboard/issues/5708 torchmetrics>=0.7.0, <0.9.3 # needed for using fixed compare_version packaging>=17.0, <=21.3 typing-extensions>=4.0.0, <4.3.1 From 4d8437ecca6c602c725b2eb1a2d48358e954f20d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Sat, 3 Sep 2022 12:08:49 +0200 Subject: [PATCH 3/3] PUSH_TO_HUB - REVERT BEFORE MERGE --- .github/workflows/ci-pytorch-dockers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pytorch-dockers.yml b/.github/workflows/ci-pytorch-dockers.yml index 73f303c6cbc44..36731827b4b7e 100644 --- a/.github/workflows/ci-pytorch-dockers.yml +++ b/.github/workflows/ci-pytorch-dockers.yml @@ -22,7 +22,7 @@ concurrency: cancel-in-progress: ${{ ! (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }} env: - PUSH_TO_HUB: ${{ github.event_name == 'schedule' }} + PUSH_TO_HUB: true jobs: build-pl: