Skip to content

Commit efc733f

Browse files
authored
Merge branch 'main' into add-new-shortcircuit-parameter
2 parents 269719a + 9484d13 commit efc733f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ pandas==2.2.2; python_version >= "3.9"
33
pandas==2.0.3; python_version <= "3.8"
44
prettytable==2.0.0
55
networkx
6-
matplotlib
6+
matplotlib==3.9.0; python_version >= "3.9"
7+
matplotlib; python_version <= "3.8"
78

89
# documentation dependencies
910
sphinx==7.1.2

0 commit comments

Comments
 (0)