-
Notifications
You must be signed in to change notification settings - Fork 256
/
Copy pathdocs.txt
20 lines (20 loc) · 1.12 KB
/
docs.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# dependencies for building docs, separate from dev.txt as this is also used for builds on readthedocs.org
# core dependencies
sphinx>=4.2.0, <8.2.0
sphinx-autodoc-typehints>=1.12.0, <2.6.0
sphinx-rtd-theme>=1.0.0, <3.1.0
myst-parser>=1.0, <5.0
sphinxcontrib-apidoc>=0.3.0, <0.6.0
nbsphinx>=0.8.5, <0.10.0
sphinx_design==0.6.1 # Pinning for now as sphinx_design is v.new and still in flux.
ipykernel>=5.1.0, <7.0.0 # required for executing notebooks via nbsphinx
ipython>=7.2.0, <9.0.0 # required for executing notebooks nbsphinx
# dependencies required for imports to work and docs to render properly (as mocking doesn't work well)
# these should be identical to the ones in `setup.py` or `dev.txt`
shap>=0.40.0, <0.44.0 # https://github.com/SeldonIO/alibi/issues/333
# pandoc
# pandoc==2.9.2.1 # NB: as this is not a Python library, it should be installed manually on the system or via a package manager such as `conda`
# alibi dependencies (these are installed on ReadTheDocs so are not mocked)
typing-extensions>=3.7.4.3
#AttributeError: `np.obj2sctype` was removed in the NumPy 2.0 release. Use `np.dtype(obj).type` instead.
numpy<2.0.0