Skip to content

Commit

Permalink
Update tensorflow-metadata to 0.16.1 (#5535)
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones authored Dec 20, 2024
1 parent 532e915 commit 1c931f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ val scalatestVersion = "3.2.19"
val shapelessVersion = "2.3.12"
val sparkeyVersion = "3.2.5"
val tensorFlowVersion = "0.4.2"
val tensorFlowMetadataVersion = "1.14.0"
val tensorFlowMetadataVersion = "1.16.1"
val testContainersVersion = "0.41.4"
val voyagerVersion = "2.0.9"
val zoltarVersion = "0.6.0"
Expand Down Expand Up @@ -428,6 +428,10 @@ ThisBuild / mimaBinaryIssueFilters ++= Seq(
// added BQ Json object
ProblemFilters.exclude[MissingTypesProblem](
"com.spotify.scio.bigquery.types.package$Json$"
),
// tf-metadata upgrade
ProblemFilters.exclude[Problem](
"org.tensorflow.metadata.v0.*"
)
)

Expand Down

0 comments on commit 1c931f7

Please sign in to comment.