Skip to content

Commit

Permalink
Remove srcs_version and python_version attributes, as they alread…
Browse files Browse the repository at this point in the history
…y default to `"PY3"`

PiperOrigin-RevId: 720986007
  • Loading branch information
oprypin authored and Google-ML-Automation committed Jan 29, 2025
1 parent 4ebefc2 commit b95d8bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ pytype_strict_library(
srcs = [
"dataset.py",
],
srcs_version = "PY3",
deps = [
pypi_requirement("absl/logging"),
pypi_requirement("numpy"),
Expand All @@ -36,7 +35,6 @@ pytype_strict_library(
srcs = [
"model.py",
],
srcs_version = "PY3",
deps = [
"//jax_tpu_embedding/sparsecore/lib/nn:embedding_spec",
pypi_requirement("flax:core"),
Expand All @@ -50,7 +48,6 @@ pytype_strict_library(
srcs = [
"flax_model.py",
],
srcs_version = "PY3",
deps = [
"//jax_tpu_embedding/sparsecore/lib/flax:embed",
"//jax_tpu_embedding/sparsecore/lib/nn:embedding",
Expand Down
2 changes: 0 additions & 2 deletions jax_tpu_embedding/sparsecore/lib/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ pytype_strict_library(
srcs = [
"input_preprocessing.py",
],
srcs_version = "PY3",
deps = [
":constants",
pypi_requirement("absl:app"),
Expand All @@ -109,7 +108,6 @@ pytype_strict_library(
srcs = [
"constants.py",
],
srcs_version = "PY3",
)

pytype_strict_contrib_test(
Expand Down

0 comments on commit b95d8bf

Please sign in to comment.