Skip to content

Commit c44143f

Browse files
author
y-p
committed
Merge pull request #6064 from y-p/PR_add_deps_show_versions
BLD: add IPython and sphinx to show_versions #6059
2 parents 77f1672 + 689e353 commit c44143f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/util/print_versions.py

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ def show_versions(as_json=False):
6464
("numpy", lambda mod: mod.version.version),
6565
("scipy", lambda mod: mod.version.version),
6666
("statsmodels", lambda mod: mod.__version__),
67+
("IPython", lambda mod: mod.__version__),
68+
("sphinx", lambda mod: mod.__version__),
6769
("patsy", lambda mod: mod.__version__),
6870
("scikits.timeseries", lambda mod: mod.__version__),
6971
("dateutil", lambda mod: mod.__version__),

0 commit comments

Comments
 (0)