Skip to content

Commit

Permalink
update db library
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaXYWang committed Jan 17, 2025
1 parent 382a20e commit 0a0f80c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +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" -> "petastorm==0.12.0")),
Map("pypi" -> Map("package" -> "protobuf==3.20.3"))
).toJson.compactPrint
Expand Down

0 comments on commit 0a0f80c

Please sign in to comment.