Skip to content

Commit f27afb1

Browse files
committed
requires scikit-learn
1 parent 540cba5 commit f27afb1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ pyflakes
99
numpy
1010
scipy
1111
pandas
12+
scikit-learn
1213
# DOCUMENTATION
1314
sphinx
1415
sphinx_rtd_theme

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
long_description_content_type='text/markdown',
1515
url='https://github.com/vangj/py-bbn',
1616
keywords=' '.join(['statistics', 'pairwise', 'association', 'correlation', 'measurement', 'strength']),
17-
install_requires=['scipy', 'numpy', 'pandas'],
17+
install_requires=['scipy', 'numpy', 'pandas', 'scikit-learn'],
1818
classifiers=[
1919
'Programming Language :: Python :: 3',
2020
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)