Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Blanca Fuentes Monjas committed Nov 19, 2024
1 parent 42dc22a commit f155d56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
archspec==0.2.5
autopep8
docutils==0.18.1
jsonschema==3.2.0
jinja2
semver==2.13.0; python_version == '3.6'
semver==3.0.2; python_version >= '3.7'
Sphinx==5.3.0; python_version < '3.8'
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ install_requires =
filelock
filelock<=3.12.2; python_version == '3.7'
filelock<=3.4.1; 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'
Expand Down

0 comments on commit f155d56

Please sign in to comment.