Skip to content

Commit

Permalink
Bump required version of PyYAML to 6.0.1 for cli, pixl_dcmd and pixl_…
Browse files Browse the repository at this point in the history
…ehr (#267)

This allows installation with Python 3.12 without breaking under 3.9.
  • Loading branch information
jstutters authored Jan 30, 2024
1 parent f5676ef commit dd4c11d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"coloredlogs==15.0.1",
"pandas==1.5.1",
"pyarrow==14.0.1",
"PyYAML==6.0"
"PyYAML==6.0.1"
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion pixl_dcmd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"pydicom==2.4.4",
"pydicom-data",
"logger==1.4",
"pyyaml==6.0",
"pyyaml==6.0.1",
"requests==2.31.0",
"python-decouple==3.6",
"types-requests~=2.28",
Expand Down
2 changes: 1 addition & 1 deletion pixl_ehr/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
"azure-identity==1.12.0",
"azure-storage-blob==12.14.1",
"pyarrow==14.0.1",
"PyYAML==6.0",
"PyYAML==6.0.1",
]

[project.optional-dependencies]
Expand Down

0 comments on commit dd4c11d

Please sign in to comment.