Skip to content

Commit

Permalink
Fix another TensorFlow mis-capitalization
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 192332976
  • Loading branch information
csuter authored and Copybara-Service committed Apr 10, 2018
1 parent 18ff983 commit acdb1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
maybe_gpu_suffix = '-gpu' if use_gpu else ''

if release:
raise NotImplementedError('Tensorflow Probability team does not yet '
raise NotImplementedError('TensorFlow Probability team does not yet '
'support releases.')
# TODO(b/76094057): Once we support releases, enable the following:
# tensorflow_package_name = 'tensorflow{}>={}'.format(
Expand Down

0 comments on commit acdb1f9

Please sign in to comment.