Merge pull request #47 from lokitoth/fix/graphviz_dependency
Adds graphviz to required packages in setup.py
This commit is contained in:
Коммит
2dc6b76834
2
setup.py
2
setup.py
|
@ -24,6 +24,6 @@ setuptools.setup(
|
||||||
),
|
),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'matplotlib', 'numpy', 'pyzmq', 'plotly', 'torchstat', 'ipywidgets', 'sklearn', 'nbformat', 'scikit-image' # , 'receptivefield'
|
'matplotlib', 'numpy', 'pyzmq', 'plotly', 'torchstat', 'ipywidgets', 'sklearn', 'nbformat', 'scikit-image', 'graphviz' # , 'receptivefield'
|
||||||
]
|
]
|
||||||
)
|
)
|
Загрузка…
Ссылка в новой задаче