Skip to content
Snippets Groups Projects
Commit 0a5920d5 authored by Mikael Henriksson's avatar Mikael Henriksson :runner:
Browse files

Add NetorkX to dependency list

parent eeee0314
No related branches found
No related tags found
1 merge request!188Process
......@@ -24,6 +24,7 @@ The following packages are required in order to build the library:
- [NumPy](https://numpy.org/)
- [QtPy](https://github.com/spyder-ide/qtpy)
- [setuptools_scm](https://github.com/pypa/setuptools_scm/)
- [NetworkX](https://networkx.org/)
- Qt 5 or 6, with Python bindings, one of:
- pyside2
- pyqt5
......
......@@ -13,6 +13,7 @@ dependencies = [
"graphviz>=0.19",
"matplotlib",
"setuptools_scm[toml]>=6.2",
"networkx",
]
classifiers = [
"Intended Audience :: Education",
......
......@@ -3,3 +3,4 @@ qtpy
graphviz>=0.19
matplotlib
setuptools_scm[toml]>=6.2
networkx
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment