Skip to content

Commit

Permalink
pin cloudpickle to 2.2.1 (#1093)
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiko Kuroda <akihikokuroda2020@gmail.com>
  • Loading branch information
akihikokuroda authored Nov 16, 2023
1 parent f642635 commit b9dc67d
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 b9dc67d

Please sign in to comment.