Skip to content

Commit

Permalink
pinpoint deepsig dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed Jan 23, 2023
1 parent acd0781 commit 0bd0c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bd0c94

Please sign in to comment.