Skip to content

Commit

Permalink
Fix Windows CI : set matplotlib to 3.9.0 for python > 3.8 (#801)
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo KULESZA <[email protected]>
  • Loading branch information
HugoKulesza committed Jul 16, 2024
1 parent 6280661 commit 7d80cfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ pandas==2.2.2; python_version >= "3.9"
pandas==2.0.3; python_version <= "3.8"
prettytable==2.0.0
networkx
matplotlib
matplotlib==3.9.0; python_version >= "3.9"
matplotlib; python_version <= "3.8"

# documentation dependencies
sphinx==7.1.2
Expand Down

0 comments on commit 7d80cfe

Please sign in to comment.