Skip to content

Commit b89552b

Browse files
committed
update requirements
1 parent 5179263 commit b89552b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
scikit-learn
2+
numpy
3+
graphviz>=0.20.1
4+
matplotlib
5+
funcsigs
6+
setgraphviz

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
with open("README.md", "r", encoding='utf8') as fh:
1414
long_description = fh.read()
1515
setuptools.setup(
16-
install_requires=['scikit-learn','numpy','graphviz>=0.20.1','matplotlib', 'funcsigs'],
16+
install_requires=['scikit-learn','numpy','graphviz>=0.20.1','matplotlib', 'funcsigs', 'setgraphviz'],
1717
python_requires='>=3',
1818
name='treeplot',
1919
version=new_version,

0 commit comments

Comments
 (0)