Skip to content

Commit

Permalink
remove setup.py deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
zx-zx committed May 7, 2024
1 parent fbc662c commit b945eeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ def finalize_options(self):


REQUIRED_PACKAGES = [
'cirq-core==0.13.1', 'cirq-google>=0.13.1', 'sympy == 1.8',
'googleapis-common-protos==1.52.0', 'google-api-core==1.21.0',
'google-auth==1.18.0', 'protobuf==3.19.4'
'cirq-core==1.3.0', 'cirq-google==1.3.0', 'sympy == 1.12',
# 'googleapis-common-protos==1.52.0', 'google-api-core==1.21.0',
# 'google-auth==1.18.0', 'protobuf==3.19.4'
]

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


Expand Down

0 comments on commit b945eeb

Please sign in to comment.