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

Commit

Permalink
feat: fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wagner committed Nov 15, 2023
1 parent 315277d commit 0489df4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ channels:
dependencies:
- python=3.9
- pip>=21.1.3
- pydantic
- pydantic=1.9.0
- pip:
# dev dependencies
- qiskit
- qiskit-ibm-runtime
- qiskit==0.44.1
- qiskit-ibm-runtime==0.14.0
- setuptools
- pytest
- pytest-cov
Expand All @@ -18,12 +18,12 @@ dependencies:
- retrying
- python-dotenv
# prod dependencies
- requests==2.*
## aws braket
- requests
## aws braket
#we need the latest dev version as this fixes the issue with the Rigetti's qubit ids
- git+https://github.com/qiskit-community/qiskit-braket-provider.git@main
## azure quantum
- azure-quantum[qiskit]
- qiskit-ionq
- azure-quantum[qiskit]==0.28.*
- qiskit-ionq==0.4.4
## dwave
- dwave-ocean-sdk==6.4.1
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requests==2.*
pydantic==2.4.*
requests>=2.19
pydantic==1.9.*
qiskit-ibm-runtime==0.14.0
qiskit-braket-provider==0.0.5
qiskit-ionq==0.4.4
Expand Down

0 comments on commit 0489df4

Please sign in to comment.