Skip to content

Commit

Permalink
sklearn and scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed Jun 2, 2016
1 parent 4b4f544 commit eb15601
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inselect/gui/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ def _environment():
"""
import cv2
import numpy as np
import scipy
import sklearn

# Bit depth of interpreter
python_bit_depth = platform.architecture()[0]
Expand All @@ -39,6 +41,8 @@ def _environment():
('OpenCV', cv2.__version__),
('PySide', PySide.__version__),
('Qt', PySide.QtCore.__version__), # Version compiled against
('scikit-learn', sklearn.__version__),
('SciPy', scipy.__version__),
]

return '\n'.join(['<p>{0}: {1}</p>'.format(i, v) for i, v in versions])
Expand Down

0 comments on commit eb15601

Please sign in to comment.