Skip to content

Commit

Permalink
Add PyYAML to the base image dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Constantin M Adam <cmadam@us.ibm.com>
  • Loading branch information
cmadam committed Oct 9, 2024
1 parent 7497fb0 commit cf70213
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data-processing-lib/spark/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ authors = [
dependencies = [
"data-prep-toolkit==0.2.2.dev0",
"pyspark>=3.5.2",
"psutil>=6.0.0"
"psutil>=6.0.0",
"PyYAML>=6.0.2"
]

[project_urls]
Expand Down

0 comments on commit cf70213

Please sign in to comment.