Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaXYWang committed Jan 23, 2025
1 parent eac0293 commit 7a3e315
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ object DatabricksUtilities {
Map("pypi" -> Map("package" -> "pytorch-lightning==1.5.0")),
Map("pypi" -> Map("package" -> "torchvision==0.14.1")),
Map("pypi" -> Map("package" -> "transformers==4.48.0")),
Map("pypi" -> Map("package" -> "jinja2==3.1.0")), // can be removed for runtime 15.4 +
Map("pypi" -> Map("package" -> "jinja2==3.1.0")),
Map("pypi" -> Map("package" -> "petastorm==0.12.0")),
Map("pypi" -> Map("package" -> "protobuf==3.20.3"))
).toJson.compactPrint
Expand Down

0 comments on commit 7a3e315

Please sign in to comment.