Skip to content

Commit

Permalink
Merge branch 'main' into add-new-shortcircuit-parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
colinepiloquet committed Jul 15, 2024
2 parents 269719a + 9484d13 commit efc733f
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 efc733f

Please sign in to comment.