Skip to content

Commit

Permalink
docs: fix python 3.6 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jul 13, 2018
1 parent 2259fcc commit 5ba0132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

# Mock all dependencies
install_requires = ["h5py", "numpy", "qpimage",
"skimage.external"]
"skimage.external", "os.fspath"]

for mod_name in install_requires:
sys.modules[mod_name] = mock.Mock()
Expand Down

0 comments on commit 5ba0132

Please sign in to comment.