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

infra: bump the dev-dependencies group across 1 directory with 13 updates #662

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
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
26 changes: 13 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
botocore==1.35.76
awscli==1.36.17
boto3==1.35.76
botocore==1.35.90
awscli==1.36.31
boto3==1.35.90
amazon-braket-default-simulator==1.26.2
amazon-braket-pennylane-plugin==1.28.0 # pin until we support higher glibc version
amazon-braket-pennylane-plugin==1.31.0 # pin until we support higher glibc version
amazon-braket-schemas==1.22.4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot ignore this minor version

amazon-braket-sdk==1.88.3
amazon-braket-algorithm-library==1.5.1
cvxpy==1.6.0
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
jax==0.4.38 # Jax 0.4.31 requires Python >=3.10 and 0.4.3 breaks openfermion https://github.com/quantumlib/OpenFermion/issues/893
jaxlib==0.4.38 # Jaxlib 0.4.31 requires Python >=3.10
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot ignore this patch version

jinja2==3.1.5
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot ignore this minor version

markupsafe==3.0.2
matplotlib==3.9.3
mistune==3.0.2 # pin until https://github.com/lepture/mistune/issues/403 is resolved
matplotlib==3.10.0
mistune==3.1.0 # pin until https://github.com/lepture/mistune/issues/403 is resolved
ml-dtypes==0.5.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot ignore this minor version

mypy-extensions==1.0.0
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.4
pandas==2.2.3
pennylane==0.35.1 # pin until we support higher glibc version
PennyLane-Lightning==0.35.1 # pin until we support higher glibc version
pennylane==0.39.0 # pin until we support higher glibc version
PennyLane-Lightning==0.39.0 # pin until we support higher glibc version
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot ignore this minor version

qiskit-aer==0.15.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot ignore this minor version

qiskit-algorithms==0.3.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
scipy==1.14.1 # Scipy 1.14.0 requires Python >=3.10
scs<3.2.8 # Pinned for GLIBC 2.26 compatability
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot ignore this minor version

sympy<1.14 # Sympy 1.13 produces different results for Simon's algorithm
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot ignore this patch version

Loading