Skip to content

Commit 382ad96

Browse files
committed
add all requirements for rtd
1 parent 079d9f6 commit 382ad96

File tree

2 files changed

+143
-0
lines changed

2 files changed

+143
-0
lines changed

.readthedocs.yaml

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# .readthedocs.yaml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
# Required
6+
version: 2
7+
8+
# Set the OS, Python version and other tools you might need
9+
build:
10+
os: ubuntu-22.04 # OS on Read the Docs servers, not your local machine
11+
tools:
12+
python: "3.8"
13+
# You can also specify other tool versions:
14+
# nodejs: "19"
15+
# rust: "1.64"
16+
# golang: "1.19"
17+
18+
# Build documentation in the "docs/" directory with Sphinx
19+
sphinx:
20+
configuration: docs/conf.py
21+
22+
# Optionally build your docs in additional formats such as PDF and ePub
23+
# formats:
24+
# - pdf
25+
# - epub
26+
27+
# Optional but recommended, declare the Python requirements required
28+
# to build your documentation
29+
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
30+
python:
31+
install:
32+
- requirements: docs/requirements.txt

docs/requirements.txt

+111
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
absl-py==1.4.0
2+
alabaster==0.7.13
3+
astunparse==1.6.3
4+
attrs==23.1.0
5+
autodocsumm==0.2.11
6+
Babel==2.12.1
7+
cachetools==5.3.1
8+
certifi==2023.7.22
9+
cffi==1.15.1
10+
charset-normalizer==3.2.0
11+
colorama==0.4.6
12+
colorlog==6.7.0
13+
commonmark==0.9.1
14+
contourpy==1.1.0
15+
cycler==0.11.0
16+
Cython==3.0.0
17+
filelock==3.12.2
18+
flatbuffers==23.5.26
19+
fonttools==4.42.0
20+
gast==0.4.0
21+
google-auth==2.22.0
22+
google-auth-oauthlib==0.4.6
23+
google-pasta==0.2.0
24+
graphviz==0.20.1
25+
grpcio==1.57.0
26+
h5py==3.9.0
27+
idna==3.4
28+
imagesize==1.4.1
29+
importlib-metadata==6.8.0
30+
importlib-resources==6.0.1
31+
Jinja2==3.1.2
32+
jsonschema==4.19.0
33+
jsonschema-specifications==2023.7.1
34+
keras==2.10.0
35+
Keras-Preprocessing==1.1.2
36+
kiwisolver==1.4.4
37+
latexcodec==2.0.1
38+
libclang==16.0.6
39+
Markdown==3.4.4
40+
markdown-it-py==3.0.0
41+
MarkupSafe==2.1.3
42+
matplotlib==3.7.2
43+
mdit-py-plugins==0.4.0
44+
mdurl==0.1.2
45+
mediapipe==0.10.3
46+
mistune==0.8.4
47+
mpmath==1.3.0
48+
myst-parser==2.0.0
49+
networkx==3.1
50+
numpy==1.24.4
51+
oauthlib==3.2.2
52+
opencv-contrib-python==4.8.0.76
53+
opt-einsum==3.3.0
54+
packaging==23.1
55+
Pillow==10.0.0
56+
pip==23.2.1
57+
pkgutil_resolve_name==1.3.10
58+
pose-format==0.2.2
59+
protobuf==3.19.6
60+
pyasn1==0.5.0
61+
pyasn1-modules==0.3.0
62+
pybtex==0.24.0
63+
pybtex-docutils==1.0.2
64+
pycparser==2.21
65+
Pygments==2.16.1
66+
pyparsing==3.0.9
67+
python-dateutil==2.8.2
68+
pytz==2023.3
69+
PyYAML==6.0.1
70+
referencing==0.30.2
71+
requests==2.31.0
72+
requests-file==1.5.1
73+
requests-oauthlib==1.3.1
74+
rpds-py==0.9.2
75+
rsa==4.9
76+
scipy==1.10.1
77+
setuptools==56.0.0
78+
six==1.16.0
79+
snowballstemmer==2.2.0
80+
sounddevice==0.4.6
81+
Sphinx==6.2.1
82+
sphinx-data-viewer==0.1.2
83+
sphinx-needs==1.3.0
84+
sphinx-rtd-theme==1.2.2
85+
sphinxcontrib-applehelp==1.0.4
86+
sphinxcontrib-bibtex==2.5.0
87+
sphinxcontrib-devhelp==1.0.2
88+
sphinxcontrib-htmlhelp==2.0.1
89+
sphinxcontrib-jquery==4.1
90+
sphinxcontrib-jsmath==1.0.1
91+
sphinxcontrib-plantuml==0.25
92+
sphinxcontrib-qthelp==1.0.3
93+
sphinxcontrib-serializinghtml==1.1.5
94+
sympy==1.12
95+
tensorboard==2.10.1
96+
tensorboard-data-server==0.6.1
97+
tensorboard-plugin-wit==1.8.1
98+
tensorflow==2.10.1
99+
tensorflow-estimator==2.10.0
100+
tensorflow-io-gcs-filesystem==0.31.0
101+
termcolor==2.3.0
102+
torch==2.0.1
103+
tqdm==4.66.1
104+
typing_extensions==4.7.1
105+
urllib3==1.26.16
106+
vidgear==0.3.1
107+
Werkzeug==2.3.7
108+
wheel==0.41.1
109+
wrapt==1.15.0
110+
zipp==3.16.2
111+
docutils==0.18.1

0 commit comments

Comments
 (0)