From 230d279f49c780b0d4aadd254e8a7f0993272936 Mon Sep 17 00:00:00 2001 From: Susanna Kiwala Date: Tue, 12 Mar 2024 14:16:03 -0500 Subject: [PATCH] Pin older version of tensorflow using keras<3.0 --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4e47c759..8f5be73f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,6 +42,7 @@ jobs: run: | pip install polars==0.16.18 pip install pypandoc==1.7.2 + pip install "tensorflow<2.16" pip install git+/~https://github.com/griffithlab/bigmhc.git#egg=bigmhc pip install git+/~https://github.com/griffithlab/deepimmuno.git#egg=deepimmuno pip install -e .