From 0bd0c94bb07392cffd54ea4eab97949d581e4313 Mon Sep 17 00:00:00 2001 From: Oliver Schwengers Date: Mon, 23 Jan 2023 16:48:28 +0100 Subject: [PATCH] pinpoint deepsig dependency versions --- .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 e153e941..6cc1e0f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: activate-environment: bakta - name: Install DeepSig if: ${{ matrix.os == 'ubuntu-latest' }} - run: conda install deepsig + run: conda install numpy=1.23 keras=2.4.3 tensorflow=2.2.0 chardet deepsig - name: Install PyTest run: conda install pytest - name: Conda info