-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
- Fix attribute error in `engine_test.py::test_create_context` - Adjust package presence assertion in `test_isolated_env_cloning` - Bump up to virtualenv>=20.23, filelock~=3.1, pylatex~=1.4 - Bump up to grpcio-tools~=1.59.0 and recompile protos - Relax qiskit-aer requirement to qiskit-aer~=0.12.0. Allow qiskit-aer-0.12.0 which has source archive on PyPI and can be installed for Python 3.12. - Bump up to quimb~=1.7 which installs correctly with Python 3.12 Remove quimb-only dependencies from our requirements, let quimb sort out its dependencies itself. - CI - add pytest jobs with Python 3.12 - Skip mysteriously failing test of Contract-a-Grid-Circuit.ipynb Fixes #6460
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
# Runtime requirements for contrib. | ||
|
||
ply>=3.6 | ||
pylatex~=1.3.0 | ||
pylatex~=1.4 | ||
|
||
# quimb | ||
quimb~=1.6.0 | ||
quimb~=1.7 | ||
opt_einsum | ||
autoray | ||
# required for py39 opcodes. | ||
numba~=0.58.0 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# dependencies for proto generation - used by cirq-google | ||
|
||
# This bundles protoc 3.23.1, which we use for generating proto code. | ||
grpcio-tools~=1.56.0 | ||
# This bundles protoc 3.24.3, which we use for generating proto code. | ||
grpcio-tools~=1.59.0 | ||
|
||
mypy-protobuf==3.4 | ||
mypy-protobuf==3.4 |