Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
feat: update numpy and qiskit-terra dependenices
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerse-anaqor committed Feb 24, 2023
1 parent 87b94ce commit a04626f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- pip:
- azure-quantum==0.24.208024
- qiskit-ionq==0.1.4
- qiskit-terra==0.19.1
- qiskit-terra>=0.19.1
- msrest~=0.7.1
- requests~=2.28.1
- pytest
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
azure-quantum==0.24.208024
qiskit-ionq==0.1.4
qiskit-terra==0.19.1
qiskit-terra>=0.19.1
requests==2.28.1
numpy==1.24.1
numpy>=1.24.1
msrest==0.7.1

0 comments on commit a04626f

Please sign in to comment.