Skip to content

Commit b1ed40d

Browse files
author
Aidan Cooper
committed
🐛 Fix missing dependency
1 parent 863d77b commit b1ed40d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
],
3131
packages=["indcomp"],
3232
include_package_data=True,
33-
install_requires=["numpy", "scipy", "pandas", "matplotlib"],
33+
install_requires=["numpy", "scipy", "pandas", "matplotlib", "pdoc3"],
3434
)

0 commit comments

Comments
 (0)