Skip to content

Commit

Permalink
Merge commit for internal changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilanifard committed Feb 1, 2018
2 parents 05c78f1 + 2342a28 commit ceaf426
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import warnings


__version__ = '0.9.5-rc1'
__version__ = '0.9.5'


REQUIRED_PACKAGES = [
Expand All @@ -47,10 +47,10 @@

if use_gpu:
project_name = 'tensorflow-lattice-gpu'
REQUIRED_PACKAGES.append('tensorflow-gpu==1.5.0-rc1')
REQUIRED_PACKAGES.append('tensorflow-gpu==1.5.0')
else:
project_name = 'tensorflow-lattice'
REQUIRED_PACKAGES.append('tensorflow==1.5.0-rc1')
REQUIRED_PACKAGES.append('tensorflow==1.5.0')


class BinaryDistribution(Distribution):
Expand Down

0 comments on commit ceaf426

Please sign in to comment.