We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 269719a + 9484d13 commit efc733fCopy full SHA for efc733f
requirements.txt
@@ -3,7 +3,8 @@ pandas==2.2.2; python_version >= "3.9"
3
pandas==2.0.3; python_version <= "3.8"
4
prettytable==2.0.0
5
networkx
6
-matplotlib
+matplotlib==3.9.0; python_version >= "3.9"
7
+matplotlib; python_version <= "3.8"
8
9
# documentation dependencies
10
sphinx==7.1.2
0 commit comments