-
Notifications
You must be signed in to change notification settings - Fork 227
/
requirements.txt
32 lines (32 loc) · 1.18 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
botocore==1.35.76
awscli==1.36.17
boto3==1.35.76
amazon-braket-default-simulator==1.26.2
amazon-braket-pennylane-plugin==1.28.0 # pin until we support higher glibc version
amazon-braket-schemas==1.22.4
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
jinja2==3.1.5
markupsafe==3.0.2
matplotlib==3.9.3
mistune==3.0.2 # pin until https://github.com/lepture/mistune/issues/403 is resolved
ml-dtypes==0.5.0
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
qiskit-aer==0.15.1
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