Skip to content

Commit 184e3b3

Browse files
committed
Updated requirements
1 parent 9b87f85 commit 184e3b3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="interactive-visualization", # Replace with your own username
12-
version="0.1.2",
12+
version="0.1.3",
1313
author="Nikolay Malkovsky",
1414
author_email="malkovskynv@gmail.com",
1515
description="Package provides a simple widget-based framework for interactive visualization of algorithms",
@@ -28,5 +28,9 @@
2828
],
2929
package_dir={"": "src"},
3030
packages=find_packages(where="src"),
31+
install_requires=[
32+
'graphviz',
33+
'matplotlib'
34+
],
3135
python_requires=">=3.7",
3236
)

0 commit comments

Comments
 (0)