diff --git a/.github/workflows/heatcluster.yml b/.github/workflows/heatcluster.yml index ec8933d..7ee83ce 100644 --- a/.github/workflows/heatcluster.yml +++ b/.github/workflows/heatcluster.yml @@ -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