From b2d015b86a12e573a33e971e4f76362bbc1025a0 Mon Sep 17 00:00:00 2001 From: Philipp Schlegel Date: Tue, 23 Feb 2021 10:59:46 +0000 Subject: [PATCH] docs: fix requirements --- docs/conf.py | 8 ++++++-- docs/requirements.txt | 3 +-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index bf3052e..a0e9b13 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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('.') @@ -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() diff --git a/docs/requirements.txt b/docs/requirements.txt index 563a9a6..8bd15e0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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