Skip to content

Commit

Permalink
AIF360 0.6.1 fixes a dependency on old numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
hirzel committed Apr 9, 2024
1 parent c015aa3 commit 9b234dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,8 @@ jobs:
run: pip install pytest
- name: Install dependencies
run: pip install --upgrade --upgrade-strategy eager ${{matrix.setup-target}}
- name: Install latest AIF360
run: pip install 'aif360>=0.6.1'
- name: pip list packages
run: pip list
- name: show pip dependencies
Expand Down

0 comments on commit 9b234dd

Please sign in to comment.