Skip to content

Commit

Permalink
Change matplotlib version
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Sep 2, 2024
1 parent 0cf864e commit d53ff02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-tests-3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=../../
2 changes: 1 addition & 1 deletion dev-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d53ff02

Please sign in to comment.