Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
docs: fix rtd build
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jul 25, 2018
1 parent 9e03cae commit d7688d4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,18 @@
sys.path.append(op.abspath('extensions'))

# Mock all dependencies
install_requires=["fcswrite",
install_requires=["appdirs",
"dclab",
"fcswrite",
"h5py",
"imageio",
"nptdms",
"pyper",
"scipy",
"statsmodels",
"statsmodels.nonparametric",
"statsmodels.nonparametric.kernel_density",
"wx", "wxPython",
"chaco", "simplejson", "wx", "wxPython",
]

for mod_name in install_requires:
Expand Down

0 comments on commit d7688d4

Please sign in to comment.