Skip to content

Commit

Permalink
infra: bump the dev-dependencies group across 1 directory with 21 upd…
Browse files Browse the repository at this point in the history
…ates (#614)
  • Loading branch information
dependabot[bot] authored Aug 22, 2024
1 parent 92831a3 commit 09bdeb3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion examples/pulse_control/1_Bringup_experiments.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
"detuning=250e3\n",
"x90 = experiment_configuration[device_name][\"x90_wf\"]\n",
"\n",
"delay = FreeParameter(\"delay\")\n",
"delay = FreeParameter(\"delay_x90\")\n",
"ramsey_spectroscopy = ( \n",
" PulseSequence()\n",
" .set_frequency(drive_frame, drive_frame.frequency - detuning)\n",
Expand Down
34 changes: 17 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
botocore==1.34.113
awscli==1.32.113
boto3==1.34.113
amazon-braket-default-simulator==1.23.2
amazon-braket-pennylane-plugin==1.27.3
botocore==1.35.0
awscli==1.34.0
boto3==1.35.0
amazon-braket-default-simulator==1.26.0
amazon-braket-pennylane-plugin==1.28.0
amazon-braket-schemas==1.22.0
amazon-braket-sdk==1.80.0
amazon-braket-algorithm-library==1.4.11
cvxpy==1.5.1
ipykernel==6.29.4
jax==0.4.28
jaxlib==0.4.28
amazon-braket-sdk==1.84.0
amazon-braket-algorithm-library==1.4.13
cvxpy==1.5.3
ipykernel==6.29.5
jax==0.4.29 # Jax 0.4.31 requires Python >=3.10 and 0.4.3 breaks openfermion https://github.com/quantumlib/OpenFermion/issues/893
jaxlib==0.4.29 # Jaxlib 0.4.31 requires Python >=3.10
jinja2==3.1.4
markupsafe==2.1.5
matplotlib==3.9.0
matplotlib==3.9.2
ml-dtypes==0.4.0
mypy-extensions==1.0.0
numpy==1.26.4
numpy==1.26.4 # Numpy 2.1.0 requires Python >=3.10, cirq-core 1.4.0 depends on numpy~=1.22
openfermion==1.6.1
openfermionpyscf==0.5
optax==0.2.2
pandas==2.2.2
pennylane==0.35.1
PennyLane-Lightning==0.35.1
qiskit-aer==0.14.0.1
qiskit-aer==0.14.2
qiskit-algorithms==0.3.0
qiskit-braket-provider==0.4.0
qiskit==1.0.2
scipy==1.13.1
qiskit-braket-provider==0.4.1
qiskit==1.2.0
scipy==1.13.1 # Scipy 1.14.0 requires Python >=3.10
scs<3.2.6 # Pinned for GLIBC 2.26 compatability
sympy<1.13 # Sympy 1.13 produces different results for Simon's algorithm

0 comments on commit 09bdeb3

Please sign in to comment.