Skip to content

Commit 6e25912

Browse files
authored
Update setup.py
1 parent 20d4ac1 commit 6e25912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='rule_estimator',
5-
version='0.4.0',
5+
version='0.4.1',
66
package_dir={'rule_estimator': 'rule_estimator'}, # the one line where all the magic happens
77
package_data={
88
'rule_estimator': ['data/*'],
@@ -12,7 +12,7 @@
1212
long_description='Scikit-learn compatible business rule estimator, with dashboard included',
1313
license='Apache-2',
1414
classifiers=["Development Status :: 3 - Alpha"],
15-
install_requires=['pandas', 'numpy', 'scikit-learn', 'oyaml', 'python-igraph', 'dash', 'dash-bootstrap-components'],
15+
install_requires=['pandas', 'numpy', 'scikit-learn', 'oyaml', 'python-igraph', 'dash>=1.21', 'dash-bootstrap-components'],
1616
python_requires='>=3.6',
1717
author='Oege Dijk',
1818
author_email='[email protected]',

0 commit comments

Comments
 (0)