We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26265a9 commit 84c8b22Copy full SHA for 84c8b22
requirements.txt
@@ -6,7 +6,7 @@ matplotlib >= 2.2, < 3.0; python_version >= '2.7' and python_version < '3.0'
6
matplotlib >= 2.2, < 3.1; python_version >= '3.5' and python_version <= '3.7' and sys_platform == 'win32'
7
matplotlib >= 3.1; python_version >= '3.8' and sys_platform == 'win32'
8
matplotlib >= 2.2; python_version >= '3.5' and sys_platform != 'win32'
9
-networkx
+networkx >= 3.0
10
numpy >= 1.15.4
11
pillow
12
schema
0 commit comments