From 5ac20b8894eb6d7207ec5703e849d6330e62e06e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 12:31:19 +0800 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#726) * Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] * trigger workflow * pin moto version --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tzu-Wei Huang --- .github/workflows/build-pip.yml | 2 +- README.md | 2 +- test-requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-pip.yml b/.github/workflows/build-pip.yml index d28ce608..e6acd99f 100644 --- a/.github/workflows/build-pip.yml +++ b/.github/workflows/build-pip.yml @@ -56,7 +56,7 @@ jobs: python-version: 3.9 - name: Download the whl - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: dist-pip-whl diff --git a/README.md b/README.md index 81dc0db8..0f042d6c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Write TensorBoard events with simple function call. -The current release (v2.5) is tested on anaconda3, with PyTorch 1.11.0 / torchvision 0.12 / tensorboard 2.9.0. +The current release (v2.6.2.2) is tested on anaconda3, with PyTorch 1.11.0 / torchvision 0.12 / tensorboard 2.9.0. * Support `scalar`, `image`, `figure`, `histogram`, `audio`, `text`, `graph`, `onnx_graph`, `embedding`, `pr_curve`, `mesh`, `hyper-parameters` and `video` summaries. diff --git a/test-requirements.txt b/test-requirements.txt index 03f232aa..ad2b1bc9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,7 @@ numpy tensorboard boto3 matplotlib -moto +moto<5 soundfile visdom onnx