From d53ff0225239f3cdd81a7e713895fdeb13fd718a Mon Sep 17 00:00:00 2001 From: Spiros Maggioros Date: Mon, 2 Sep 2024 17:48:17 +0300 Subject: [PATCH] Change matplotlib version --- .github/workflows/ubuntu-tests-3.8.yml | 2 +- dev-dependencies.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu-tests-3.8.yml b/.github/workflows/ubuntu-tests-3.8.yml index 1b6ad6a..94d8070 100644 --- a/.github/workflows/ubuntu-tests-3.8.yml +++ b/.github/workflows/ubuntu-tests-3.8.yml @@ -21,7 +21,7 @@ jobs: WHEEL_FILE=$(ls spare_scores*) pip install "$WHEEL_FILE" - name: Download dependencies - run: pip install setuptools && pip install -r dev-dependencies.txt + run: pip install setuptools && pip install . - name: Run unit tests run: | cd tests/unit && pytest --cov=../../ diff --git a/dev-dependencies.txt b/dev-dependencies.txt index 33a3c16..2a90574 100644 --- a/dev-dependencies.txt +++ b/dev-dependencies.txt @@ -15,7 +15,7 @@ iniconfig==2.0.0 joblib==1.3.1 jsonschema==4.17.3 kiwisolver==1.4.4 -matplotlib==3.9.2 +matplotlib==3.8.0 msgpack==1.0.5 numpy==1.26.4 packaging==23.1