Skip to content

Commit

Permalink
Merge pull request tensorflow#366 from tensorflow/cirq_bump
Browse files Browse the repository at this point in the history
Bump Cirq to 0.8.2.
  • Loading branch information
jaeyoo authored Aug 28, 2020
2 parents 5644b45 + c3a1c0f commit 4d36041
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion release/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def finalize_options(self):
self.install_lib = self.install_platlib


REQUIRED_PACKAGES = ['cirq == 0.8.0', 'sympy == 1.5']
REQUIRED_PACKAGES = ['cirq == 0.8.2', 'sympy == 1.5']

# placed as extra to not have required overwrite existing nightly installs if
# they exist.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cirq==0.8.0
cirq==0.8.2
sympy==1.5
nbconvert==5.6.1
nbformat==4.4.0
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_pip_package_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
pip install tensorflow==2.3.0 cirq==0.8.0
pip install tensorflow==2.3.0 cirq==0.8.2

# cd tensorflow_quantum
echo "Y\n" | ./configure.sh
Expand Down

0 comments on commit 4d36041

Please sign in to comment.