Skip to content

Commit

Permalink
pin cloudpickle to 2.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiko Kuroda <[email protected]>
  • Loading branch information
akihikokuroda committed Nov 15, 2023
1 parent 987585d commit 4586f8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ requests>=2.31.0
importlib-metadata>=5.2.0
qiskit>=0.44.3
qiskit-ibm-runtime>=0.13.0
cloudpickle>=2.2.1
# TODO: make sure ray node and notebook node have the same version of cloudpickle
cloudpickle==2.2.1
tqdm>=4.65.0
# opentelemetry
opentelemetry-api>=1.18.0
Expand Down

0 comments on commit 4586f8c

Please sign in to comment.