Skip to content

Commit c154779

Browse files
committed
Fix docs dependencies
1 parent 0d285aa commit c154779

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
archspec==0.2.5
22
docutils==0.18.1
3-
jinja2==3.1.4
3+
jinja2==3.0.3; python_version == '3.6'
4+
jinja2==3.1.4; python_version >= '3.7'
45
jsonschema==3.2.0
5-
PyYAML==6.0.2
6+
PyYAML==6.0.1; python_version < '3.8'
7+
PyYAML==6.0.2; python_version >= '3.8'
68
semver==3.0.2
79
Sphinx==7.1.2; python_version == '3.8'
810
Sphinx==7.3.7; python_version >= '3.9'

0 commit comments

Comments
 (0)