Skip to content

Commit

Permalink
fixup! build: pin matplotlib version to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Dec 17, 2023
1 parent 6441bea commit caf9ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install matplotlib==3.7
- name: Test with pytest
run: |
pip install pytest pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
wheel
packaging
matplotlib==3.7
matplotlib
numpy
torch
scipy
Expand Down

0 comments on commit caf9ce4

Please sign in to comment.