Skip to content

Commit

Permalink
Update heatcluster.yml
Browse files Browse the repository at this point in the history
Removed polars, seaborn_polars, and pyarrow
  • Loading branch information
DrB-S authored Sep 5, 2024
1 parent cce64f0 commit 46f4c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/heatcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: actions/checkout@v4

- name: install dependencies
run: pip3 install pandas numpy pathlib seaborn seaborn_polars polars pyarrow matplotlib scipy
run: pip3 install pandas numpy pathlib seaborn matplotlib

- name: test (tab-delimited)
run: python3 heatcluster.py -i test/small_matrix.csv
Expand Down

0 comments on commit 46f4c6a

Please sign in to comment.