Skip to content

Commit

Permalink
Merge pull request #1327 from google/marcvanzee-patch-10
Browse files Browse the repository at this point in the history
Don't pip install newest TF (see #1326)
  • Loading branch information
marcvanzee authored May 18, 2021
2 parents 491ce18 + 36616e1 commit 0f9cc8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"tensorflow-cpu>=2.4.0",
"tensorflow_text>=2.4.0", # WMT example.
"tensorflow_datasets",
"tensorflow==2.4.1", # TODO(marcvanzee): Remove once #1326 is fixed.
]

__version__ = None
Expand Down

0 comments on commit 0f9cc8b

Please sign in to comment.