Skip to content

Commit acd4050

Browse files
committed
Add networkx version to about
1 parent c45dd68 commit acd4050

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

inflation/_about.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import platform
22

3-
3+
from networkx import __version__ as networkx_version
44
from numpy import __version__ as numpy_version
55
from scipy import __version__ as scipy_version
66
from sympy import __version__ as sympy_version
@@ -37,6 +37,7 @@ def about() -> None:
3737
SymPy Version:\t{sympy_version}
3838
Numba Version:\t{numba_version}
3939
Mosek Version:\t{mosek_version}
40+
Networkx Version:\t{networkx_version}
4041
4142
Python Version:\t{platform.python_version()}
4243
Platform Info:\t{platform.system()} ({platform.machine()})

0 commit comments

Comments
 (0)