requirements.txt 937 Bytes
Newer Older
1
Jinja2<3.1.0
2
matplotlib
3
pyparsing<3,>=2.0.2
4
5
6
7
8
9

# Note:
# When changing Sphinx-related packages, make sure that the custom behaviors in the following
# locations are working as expected.
# - source/_templates/layout.html
# - source/_static/css/custom.css
moto's avatar
moto committed
10
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git@cece053#egg=pytorch_sphinx_theme
11
12
13
sphinx==3.5.4
sphinxcontrib.katex==0.8.6
sphinxcontrib.bibtex==2.4.2
moto's avatar
moto committed
14
sphinx_gallery==0.11.1
15
nbsphinx==0.8.8
moto's avatar
moto committed
16
17
18
19
20
21
22
23
24
25
26
27

# https://github.com/bmcfee/resampy/issues/106
# Since 2022-07-07 build_docs CI job started to fail.
# Pinning resampy to 0.2.2 resolves this.
# The real cause is not know at the moment but the use
# of librosa seems to cause this
# https://github.com/bmcfee/resampy/issues/106
# In our case, the tutorial timed out is online_asr_tutorial,
# which itself does not use resampy
# However audio_feature_augmentation_tutorial is executed before that,
# which uses librosa.
resampy==0.2.2