Skip to content

Commit

Permalink
docs: fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Feb 23, 2021
1 parent 84c4a03 commit b2d015b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 6 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,14 @@
'pyperclip',
'requests_futures.sessions',
'scipy.spatial',
'sqlite3',
'tqdm.auto',
'seaborn',
'diskcache', 'diskcache.Cache',
'inquirer.themes.GreenPassion']
'inquirer.themes.GreenPassion',
'fastremap',
'pyarrow',
'pandas',
'annotationframeworkclient']

for module in MOCK_MODULES:
split = module.split('.')
Expand Down Expand Up @@ -87,6 +90,7 @@ def remove_hbox(filepath):
with open(filepath, 'w') as f:
f.write(s)


# -- Make execution numbers in Jupyter notebooks ascending -------------------
source_path = os.path.dirname(os.path.abspath(__file__)) + '/source'
all_nb = list()
Expand Down
3 changes: 1 addition & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ numpydoc
sphinx>=3.1
sphinx-bootstrap-theme
sphinx-autodoc-typehints
PyMCubes

# For some odd reason, readthedocs uses a really old version of setuptools
setuptools~=49.6
setuptools>=49.6

0 comments on commit b2d015b

Please sign in to comment.