Skip to content

Commit

Permalink
Cherry pick (#333) onto v0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBroughton committed Aug 7, 2020
1 parent 1f050a8 commit 3a54eb9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion release/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ def finalize_options(self):


REQUIRED_PACKAGES = ['cirq == 0.8.0', 'pathos == 0.2.5', 'sympy == 1.4']
CUR_VERSION = '0.3.0'
CUR_VERSION = '0.3.1'

# placed as extra to not have required overwrite existing nightly installs if
# they exist.
EXTRA_PACKAGES = ['tensorflow == 2.1.0']


class BinaryDistribution(Distribution):
Expand Down Expand Up @@ -83,6 +87,7 @@ def has_ext_modules(self):
url='https://github.com/tensorflow/quantum/',
packages=find_packages(),
install_requires=REQUIRED_PACKAGES,
extras_require={'extras': EXTRA_PACKAGES},
# Add in any packaged data.
include_package_data=True,
#ext_modules=[Extension('_foo', ['stub.cc'])],
Expand Down

0 comments on commit 3a54eb9

Please sign in to comment.