Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarak committed Jan 29, 2025
1 parent f71d72f commit 72fe599
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
archspec==0.2.5
docutils==0.18.1
jinja2==3.0.3; python_version == '3.6'
jinja2==3.1.4; python_version >= '3.7'
jsonschema==3.2.0
PyYAML==6.0.2
PyYAML==6.0.1; python_version < '3.8'
PyYAML==6.0.2; python_version >= '3.8'
semver==2.13.0; python_version == '3.6'
semver==3.0.2
Sphinx==7.1.2; python_version == '3.8'
Sphinx==7.3.7; python_version >= '3.9'
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ install_requires =
filelock
filelock<=3.12.2; python_version == '3.7'
filelock<=3.4.1; python_version == '3.6'
jinja2==3.0.3; python_version == '3.6'
jinja2
jsonschema
lxml==5.2.0; python_version < '3.8' and platform_machine == 'aarch64'
lxml==5.3.0; python_version >= '3.8' or platform_machine != 'aarch64'
PyYAML==6.0.1; python_version < '3.8'
PyYAML
requests
requests <= 2.27.1; python_version == '3.6'
Expand Down

0 comments on commit 72fe599

Please sign in to comment.