From 6c5a7651485dc01445c447e4558ccff5e113ba8a Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Mon, 5 Aug 2024 14:30:10 -0400 Subject: [PATCH] Remove matplotlib version pin (#863) --- .github/workflows/windows.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9eda43b8b5..fd4725f619 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -66,7 +66,6 @@ jobs: - name: Install dependencies run: | - pip install matplotlib==3.9.0 pip install -r requirements.txt pip install . pip install pytest