Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update README.md with compatible versions for tfq #803

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update README.md with compatible versions for tfq
Currently, due to a Google Colabs update, the libraries are not compatible with the current version of a few dependencies. This description in the README.md document includes compatible versions for the following packages: Cirq, Tensorflow, Python, and Tensorflow Quantum.

The configuration was tested and successfully ran on a MacBook Air 1.6 GHz Dual-Core Intel Core i5 (macOS 14.0).
eileenpaula authored Oct 27, 2023
commit bdc8efa517b25c8e778f3712590c53d8448e3a6c
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -33,6 +33,13 @@ for Quantum Computing research that would not have otherwise been possible.

See the [installation instructions](https://github.com/tensorflow/quantum/blob/master/docs/install.md).

### Compatible Versions
The installations work with the following versions:
- Python 3.8.18
- Cirq 0.13.1
- Tensorflow 2.7.0
- Tensorflow Quantum 0.7.2


## Examples