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
This commit is part of merge request !188. Comments created here will be created in the context of that merge request.
...@@ -24,6 +24,7 @@ The following packages are required in order to build the library: ...@@ -24,6 +24,7 @@ The following packages are required in order to build the library:
- [NumPy](https://numpy.org/) - [NumPy](https://numpy.org/)
- [QtPy](https://github.com/spyder-ide/qtpy) - [QtPy](https://github.com/spyder-ide/qtpy)
- [setuptools_scm](https://github.com/pypa/setuptools_scm/) - [setuptools_scm](https://github.com/pypa/setuptools_scm/)
- [NetworkX](https://networkx.org/)
- Qt 5 or 6, with Python bindings, one of: - Qt 5 or 6, with Python bindings, one of:
- pyside2 - pyside2
- pyqt5 - pyqt5
......
...@@ -13,6 +13,7 @@ dependencies = [ ...@@ -13,6 +13,7 @@ dependencies = [
"graphviz>=0.19", "graphviz>=0.19",
"matplotlib", "matplotlib",
"setuptools_scm[toml]>=6.2", "setuptools_scm[toml]>=6.2",
"networkx",
] ]
classifiers = [ classifiers = [
"Intended Audience :: Education", "Intended Audience :: Education",
......
...@@ -3,3 +3,4 @@ qtpy ...@@ -3,3 +3,4 @@ qtpy
graphviz>=0.19 graphviz>=0.19
matplotlib matplotlib
setuptools_scm[toml]>=6.2 setuptools_scm[toml]>=6.2
networkx
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment