From 75bdaf5ba82cfe7d8c4af98514edfea0d139b3ba Mon Sep 17 00:00:00 2001 From: ThomasMBury Date: Tue, 4 Feb 2025 20:57:25 -0500 Subject: [PATCH] tf < 2.16 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 005060c..d68787c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,8 +27,8 @@ jobs: python -m pip install --upgrade pip pip install flake8 pytest pytest-cov pip --default-timeout=100 install -e . - # pip --default-timeout=100 install "tensorflow>=2.0.0,<2.12" - pip --default-timeout=100 install "tensorflow>=2.13" + pip --default-timeout=100 install "tensorflow>=2.10,<2.16" + # pip --default-timeout=100 install "tensorflow>=2.13" - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names