From 46f4c6a93daa724196de0a1542a52a236501904b Mon Sep 17 00:00:00 2001 From: Stephen Beckstrom-Sternberg Date: Thu, 5 Sep 2024 10:46:52 -0700 Subject: [PATCH] Update heatcluster.yml Removed polars, seaborn_polars, and pyarrow --- .github/workflows/heatcluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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