Skip to content

Commit 704aadc

Browse files
oprypincopybara-github
authored andcommitted
Remove srcs_version and python_version attributes, as they already default to "PY3"
PiperOrigin-RevId: 721255220
1 parent 6f478fe commit 704aadc

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

jmp/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ exports_files(["LICENSE"])
1919
py_library(
2020
name = "jmp",
2121
srcs = ["__init__.py"],
22-
srcs_version = "PY3",
2322
visibility = ["//visibility:public"],
2423
deps = [
2524
"//jmp/_src:loss_scale",

jmp/_src/BUILD

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ licenses(["notice"])
1010
jmp_py_library(
1111
name = "loss_scale",
1212
srcs = ["loss_scale.py"],
13-
srcs_version = "PY3",
1413
deps = [
1514
# pip: jax
1615
# pip: numpy
@@ -20,8 +19,6 @@ jmp_py_library(
2019
jmp_py_test(
2120
name = "loss_scale_test",
2221
srcs = ["loss_scale_test.py"],
23-
python_version = "PY3",
24-
srcs_version = "PY3",
2522
deps = [
2623
":loss_scale",
2724
# pip: absl/testing:absltest
@@ -34,7 +31,6 @@ jmp_py_test(
3431
jmp_py_library(
3532
name = "policy",
3633
srcs = ["policy.py"],
37-
srcs_version = "PY3",
3834
deps = [
3935
# pip: jax
4036
# pip: numpy
@@ -44,8 +40,6 @@ jmp_py_library(
4440
jmp_py_test(
4541
name = "policy_test",
4642
srcs = ["policy_test.py"],
47-
python_version = "PY3",
48-
srcs_version = "PY3",
4943
deps = [
5044
":policy",
5145
# pip: absl/testing:absltest

0 commit comments

Comments
 (0)