Skip to content

Commit 5fbaf1f

Browse files
Revathyvenugopal162pyansys-ci-botRobPasMue
authored
fix: add flexible range for the pyyaml version (#814)
Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent 5cd04c0 commit 5fbaf1f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/changelog.d/814.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add flexible range for the \`\`pyyaml\`\` version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"Jinja2>=3.1.2",
3535
"pdf2image>=1.17.0",
3636
"pydata-sphinx-theme>=0.15.4,<0.17",
37-
"PyYAML==6.0.3",
37+
"PyYAML>=6.0",
3838
"Sphinx>=6.1.0",
3939
]
4040

0 commit comments

Comments
 (0)