Navigation Menu

Skip to content

Commit

Permalink
Mark py_binary's as Python3
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 250710541
  • Loading branch information
myselph authored and tensorflower-gardener committed May 30, 2019
1 parent 95ca0a8 commit be95b4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow_federated/python/research/semi_cyclic_sgd/BUILD
Expand Up @@ -5,12 +5,14 @@ licenses(["notice"]) # Apache 2.0
py_binary(
name = "cyclic_bag_log_reg",
srcs = ["cyclic_bag_log_reg.py"],
python_version = "PY3",
deps = [":sentiment_util"],
)

py_binary(
name = "preprocess_sentiment140",
srcs = ["preprocess_sentiment140.py"],
python_version = "PY3",
)

py_library(
Expand Down

0 comments on commit be95b4e

Please sign in to comment.