Skip to content

Commit 45c470e

Browse files
committed
Add missing filetype dependency
1 parent 3e91b82 commit 45c470e

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
@@ -45,7 +45,7 @@
4545
the Fast Iterative Shrinkage-Thresholding Algorithm (PGM).
4646
"""
4747

48-
install_requires = ['future', 'numpy', 'scipy', 'imageio', 'matplotlib']
48+
install_requires = ['future', 'numpy', 'scipy', 'imageio', 'filetype', 'matplotlib']
4949
on_rtd = os.environ.get('READTHEDOCS') == 'True'
5050
if on_rtd:
5151
print("Building on ReadTheDocs")

0 commit comments

Comments
 (0)