Skip to content

Commit 839b354

Browse files
authored
Merge branch 'master' into enhancement/warn-unset-fixt-vars
2 parents a33cda4 + f01551f commit 839b354

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
archspec==0.2.1
22
docutils==0.17.1 # https://github.com/sphinx-doc/sphinx/issues/9001
33
jsonschema==3.2.0
4-
semver==3.0.0
4+
semver==2.13.0; python_version == '3.6'
5+
semver==3.0.0; python_version >= '3.7'
56
Sphinx==5.3.0
67
sphinx-rtd-theme==1.2.1

0 commit comments

Comments
 (0)