Skip to content

Commit dc18503

Browse files
committed
Add missing scipy depedency
1 parent b051630 commit dc18503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"Programming Language :: Python :: 3",
2828
],
2929
packages=find_packages(),
30-
install_requires=["numpy", "matplotlib", "colorspacious"],
30+
install_requires=["numpy", "matplotlib", "colorspacious", "scipy"],
3131
package_data={'viscm': ['examples/*']},
3232
)

0 commit comments

Comments
 (0)