This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 697
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated documentation update to add .po files from qiskit
skip ci Commit: cfb0a3669ab667d56af6c9713796305e716592a0 Github Actions Run: https://github.com/Qiskit/qiskit/actions/runs/6667053240
- Loading branch information
Qiskit Autodeploy
committed
Oct 27, 2023
1 parent
ec71fcf
commit 679ab35
Showing
37 changed files
with
9,337 additions
and
6,141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
astroid==2.14.2 | ||
pylint==2.16.2 | ||
cryptography==39.0.1 | ||
decorator==4.4.2 | ||
docutils==0.16 | ||
# jsonschema pinning needed due nbformat==5.1.3 using deprecated behaviour in | ||
# 4.0+. The pin can be removed after nbformat is updated. | ||
jsonschema==3.2.0 | ||
|
||
# importlib_metadata 5.0 is broken with stevedore, so pin to the last | ||
# functional version in the 4.x series. | ||
importlib_metadata<5.0 | ||
# Numpy 1.25 deprecated some behaviours that we used, and caused the isometry | ||
# tests to flake. See https://github.com/Qiskit/qiskit-terra/issues/10305, | ||
# remove pin when resolving that. | ||
numpy<1.25 | ||
|
||
# Scipy 1.11 seems to have caused an instability in the Weyl coordinates | ||
# eigensystem code for one of the test cases. See | ||
# https://github.com/Qiskit/qiskit-terra/issues/10345 for current details. | ||
scipy<1.11 | ||
|
||
# Aer 0.13 causes several randomised tests to begin failing, and some | ||
# `QuantumInstance` use of noise models to raise exceptions. These need fixes | ||
# on Terra. | ||
qiskit-aer==0.12.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.