forked from ganghe74/ex-tutorials-kr-2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
70 lines (61 loc) · 1.37 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# requirements file for building whole tutorials
# use `make docs`
# --extra-index-url https://download.pytorch.org/whl/cu117/index.html
# Use this to run/publish tutorials against the latest binaries during the RC stage. Comment out after the release. Each release verify the correct cuda version.
# Refer to ./jenkins/build.sh for tutorial build instructions
sphinx==5.0.0
sphinx-gallery==0.11.1
sphinx_design
docutils==0.16
sphinx-copybutton==0.5.0
sphinx-sitemap==2.2.0
sphinxext-opengraph==0.6.3
sphinxcontrib-katex==0.8.6
plotly==5.14.0
tqdm
numpy
matplotlib
librosa
torch
torchvision
torchtext
torchaudio
torchdata
networkx
PyHamcrest
bs4
awscliv2==2.1.1
flask
spacy==3.4.1
ray[tune]==1.13.0
tensorboard
jinja2==3.0.3
pytorch-lightning
torchx
torchrl
ax-platform
nbformat>=4.2.0
datasets
transformers
torchmultimodal-nightly # needs to be updated to stable as soon as it's avaialable
deep_phonemizer==0.0.17
# the following is necessary due to https://github.com/python/importlib_metadata/issues/411
importlib-metadata < 5.0; python_version <= "3.7"
importlib-metadata; python_version > "3.7"
# PyTorch Korea Theme
pytorch-sphinx-theme@https://github.com/PyTorchKorea/pytorch_sphinx_theme/archive/master.zip
ipython
# to run examples
boto3
pandas
requests
scikit-image
scipy
pillow==9.3.0
wget
gym-super-mario-bros==7.4.0
pyopengl
gymnasium[mujoco]==0.27.0
timm
iopath
pygame==2.1.2