Skip to content

Commit dfb29ea

Browse files
committed
install qiskit 2.0
1 parent 8372c18 commit dfb29ea

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

Dockerfile-ray-node

-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ RUN microdnf install -y \
44
python3.11-devel-3.11.9 \
55
wget-1.21.1
66
RUN microdnf clean all
7-
8-
# Custom part to install from source Qiskit
9-
RUN microdnf install -y git
10-
RUN microdnf install -y gcc
11-
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
12-
ENV PATH="/root/.cargo/bin:${PATH}"
13-
147
RUN ln -s /usr/bin/python3.11 /usr/local/bin/python3 && \
158
ln -s /usr/bin/python3.11 /usr/local/bin/python &&\
169
ln -s /usr/bin/pip3.11 /usr/local/bin/pip3 &&\

client/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ray[default,data]>=2.30.0, <2.35.0
22
requests>=2.32.2, <3
33
importlib-metadata>=5.2.0, <9
4-
qiskit @ git+https://github.com/Qiskit/qiskit.git@main
5-
qiskit-ibm-runtime>=0.29.0
4+
qiskit>=1.4,<3
5+
qiskit-ibm-runtime>=0.29.0, <1
66
# Make sure ray node and notebook node have the same version of cloudpickle
77
cloudpickle==2.2.1
88
tqdm>=4.66.3, <5

gateway/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ django-concurrency>=2.5, <3
1818
drf-yasg>=1.21.7, <2
1919
# Django dependency, but we need a newer version (IBMQ#246)
2020
sqlparse>=0.5.0, <1
21-
qiskit-ibm-runtime>=0.29.0
21+
qiskit-ibm-runtime>=0.29.0, <1
2222
tzdata>=2024.1
2323
django-cors-headers>=4.4.0, <5
2424
parsley>=1.3, <2

0 commit comments

Comments
 (0)