Skip to content

Commit

Permalink
add setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zx-zx committed May 15, 2024
1 parent 69e3433 commit a842b68
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions release/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,7 @@ def finalize_options(self):
self.install_lib = self.install_platlib


REQUIRED_PACKAGES = [
'cirq-core==1.3.0',
'cirq-google==1.3.0',
'sympy == 1.12'
]
REQUIRED_PACKAGES = ['cirq-core==1.3.0', 'cirq-google==1.3.0', 'sympy == 1.12']

# placed as extra to not have required overwrite existing nightly installs if
# they exist.
Expand Down

0 comments on commit a842b68

Please sign in to comment.