requirements.txt 691 Bytes
Newer Older
1
Jinja2<3.1.0
2
sphinx==3.5.4
3
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git@b4d0005#egg=pytorch_sphinx_theme
4
sphinxcontrib.katex
moto's avatar
moto committed
5
sphinxcontrib.bibtex
6
matplotlib
7
pyparsing<3,>=2.0.2
moto's avatar
moto committed
8
sphinx_gallery
moto's avatar
moto committed
9
10
11
12
13
14
15
16
17
18
19
20

# 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