From 733cd3acbc593e7abdcc2c2bf798eb9003cbf81c Mon Sep 17 00:00:00 2001 From: Thomas Bury Date: Sat, 18 May 2024 13:46:44 -0400 Subject: [PATCH] update tests to use TF < 2.12 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 04aec6f..efe1b07 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: pip install flake8 pytest pytest-cov pip --default-timeout=100 install -e . pip --default-timeout=100 install "keras<3.0.0" - pip --default-timeout=100 install "tensorflow>=2.0.0" + pip --default-timeout=100 install "tensorflow>=2.0.0,<2.12" - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names