Skip to content

Commit 3d899db

Browse files
committed
Update docs requirements.
1 parent 510e274 commit 3d899db

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

docs/requirements.txt

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,14 @@ certifi==2022.12.7
1616
# via requests
1717
charset-normalizer==3.0.1
1818
# via requests
19+
contourpy==1.0.7
20+
# via matplotlib
21+
cycler==0.11.0
22+
# via matplotlib
1923
docutils==0.19
2024
# via sphinx
25+
fonttools==4.38.0
26+
# via matplotlib
2127
furo==2022.12.7
2228
# via -r docs/requirements.in
2329
idna==3.4
@@ -30,12 +36,24 @@ jinja2==3.1.2
3036
# via sphinx
3137
file:.#egg=jsonschema_specifications
3238
# via -r docs/requirements.in
39+
kiwisolver==1.4.4
40+
# via matplotlib
3341
markupsafe==2.1.2
3442
# via jinja2
43+
matplotlib==3.6.3
44+
# via sphinxext-opengraph
3545
multidict==6.0.4
3646
# via yarl
47+
numpy==1.24.2
48+
# via
49+
# contourpy
50+
# matplotlib
3751
packaging==23.0
38-
# via sphinx
52+
# via
53+
# matplotlib
54+
# sphinx
55+
pillow==9.4.0
56+
# via matplotlib
3957
pyenchant==3.2.2
4058
# via sphinxcontrib-spelling
4159
pygments==2.14.0
@@ -45,14 +63,20 @@ pygments==2.14.0
4563
# sphinx
4664
pygments-github-lexers==0.0.5
4765
# via -r docs/requirements.in
66+
pyparsing==3.0.9
67+
# via matplotlib
4868
pyrsistent==0.19.3
4969
# via referencing
70+
python-dateutil==2.8.2
71+
# via matplotlib
5072
pytz==2022.7.1
5173
# via babel
52-
referencing==0.9.2
74+
referencing==0.14.0
5375
# via jsonschema-specifications
5476
requests==2.28.2
5577
# via sphinx
78+
six==1.16.0
79+
# via python-dateutil
5680
snowballstemmer==2.2.0
5781
# via sphinx
5882
soupsieve==2.3.2.post1
@@ -83,7 +107,7 @@ sphinxcontrib-serializinghtml==1.1.5
83107
# via sphinx
84108
sphinxcontrib-spelling==7.7.0
85109
# via -r docs/requirements.in
86-
sphinxext-opengraph==0.7.5
110+
sphinxext-opengraph==0.8.0
87111
# via -r docs/requirements.in
88112
urllib3==1.26.14
89113
# via requests

0 commit comments

Comments
 (0)