requirements.txt 970 Bytes
Newer Older
1
Jinja2<3.1.0
mayp777's avatar
UPDATE  
mayp777 committed
2
matplotlib<=3.8
3
pyparsing<3,>=2.0.2
4

mayp777's avatar
UPDATE  
mayp777 committed
5
6
7
# C++ docs
breathe==4.34.0

8
9
10
11
12
# 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
mayp777's avatar
UPDATE  
mayp777 committed
13
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git@32a6550#egg=pytorch_sphinx_theme
moto's avatar
moto committed
14
sphinx==5.1.1
15
16
sphinxcontrib.katex==0.8.6
sphinxcontrib.bibtex==2.4.2
moto's avatar
moto committed
17
sphinx_gallery==0.11.1
18
nbsphinx==0.8.8
moto's avatar
moto committed
19
20
21
22
23
24
25
26
27
28
29
30

# 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