Skip to content

Commit fe3a96e

Browse files
authored
update > to ~
1 parent a44ab26 commit fe3a96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_quantum/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- The TensorFlow dependency has been upgraded from 2.7.0 to 2.11.0:
55
- TensorFlow Quantum is now compiled with `_GLIBCXX_USE_CXX11_ABI=1`. Downstream projects that encounter `std::__cxx11` or `[abi:cxx11]` linker errors will need to adopt this compiler option. See [the GNU C++ Library docs on Dual ABI](https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html).
66
- TensorFlow Quantum is now compiled with `-std=c++17`, see [install.md](/docs/install.md) for build instructions.
7-
- Cirq dependency has been upgraded from `0.13.1` to `>=1.0`
7+
- Cirq dependency has been upgraded from `0.13.1` to `~=1.0`
88
- `cirq_google.XMON` was deprecated : https://github.com/quantumlib/Cirq/issues/4856
99
- `QuantumEngineSampler` was deprecated : https://github.com/quantumlib/Cirq/issues/5371
1010
- So, we need [ProcessorSampler() for testing](https://github.com/quantumlib/Cirq/blob/master/cirq-google/cirq_google/engine/processor_sampler_test.py)

0 commit comments

Comments
 (0)