From e164a47d17c0796a47cf035eb030cb7fdfc47701 Mon Sep 17 00:00:00 2001 From: Daniel Rasmussen Date: Thu, 28 Mar 2024 14:48:09 -0300 Subject: [PATCH] fixup! Add support for TensorFlow 2.16 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cfd7d7..98e2363 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: - name: Install TensorFlow with GPU support if: ${{ contains(matrix.runs-on, 'gpu') }} run: | - micromamba install -y "$TF_VERSION" cudnn=8.4 + micromamba install -y "$TF_VERSION" cudnn=8.4 matplotlib - uses: nengo/nengo-bones/actions/run-script@main with: name: ${{ matrix.script }}