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

Commit

Permalink
fix: update environment files
Browse files Browse the repository at this point in the history
  • Loading branch information
miwurster committed Apr 9, 2024
1 parent d4a5a49 commit f526b26
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 30 deletions.
5 changes: 2 additions & 3 deletions coding-templates/python/dwave-ide/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: dwave-ide
channels:
- conda-forge
dependencies:
- python>=3.6,<3.10
- python>=3.10
- pip>=21
- pip:
- loguru # required
- planqk-quantum
- -r requirements.txt
5 changes: 2 additions & 3 deletions coding-templates/python/python-starter-aws/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: python-starter-ionq
channels:
- conda-forge
dependencies:
- python>=3.6,<3.10
- python>=3.10
- pip>=21
- pip:
- loguru # required
- planqk-quantum
- -r requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: python-starter-cirq
channels:
- conda-forge
dependencies:
- python>=3.6,<3.10
- python>=3.10
- pip>=21
- pip:
- -r requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
loguru~=0.7.2
cirq~=1.2.0
planqk-quantum~=1.26.0
qiskit-aer==0.12.2
qiskit-aer==0.12.2
5 changes: 2 additions & 3 deletions coding-templates/python/python-starter-dwave/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: python-starter-dwave
channels:
- conda-forge
dependencies:
- python>=3.6,<3.10
- python>=3.10
- pip>=21
- pip:
- loguru # required
- planqk-quantum
- -r requirements.txt
6 changes: 2 additions & 4 deletions coding-templates/python/python-starter-ibmq/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: python-starter-ibmq
channels:
- conda-forge
dependencies:
- python>=3.6,<3.10
- python>=3.10
- pip>=21
- pip:
- loguru # required
- qiskit==0.43.0
- qiskit-ibm-provider==0.6.1
- -r requirements.txt
5 changes: 2 additions & 3 deletions coding-templates/python/python-starter-ionq/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: python-starter-ionq
channels:
- conda-forge
dependencies:
- python>=3.6,<3.10
- python>=3.10
- pip>=21
- pip:
- loguru # required
- planqk-quantum
- -r requirements.txt
2 changes: 0 additions & 2 deletions coding-templates/python/python-starter-mqt/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ dependencies:
- pip>=21
- pip:
- -r requirements.txt
variables:
LOG_LEVEL: INFO # DEBUG, INFO, WARNING, ERROR, CRITICAL
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: pennylane
channels:
- conda-forge
dependencies:
- python>=3.8,<3.10
- python>=3.10
- pip>=21
- pip:
- loguru # required
- -r requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: python-starter-pytket
channels:
- conda-forge
dependencies:
- python>=3.6,<3.10
- python>=3.10
- pip>=21
- pip:
- -r requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: python-starter-qiskit-runtime
channels:
- conda-forge
dependencies:
- python>=3.6,<3.10
- python>=3.10
- pip>=21
- pip:
- loguru # required
- qiskit-ibm-runtime==0.11.2
- -r requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: python-starter-qiskit
channels:
- conda-forge
dependencies:
- python>=3.6,<3.10
- python>=3.10
- pip>=21
- pip:
- loguru # required
- -r requirements.txt
4 changes: 2 additions & 2 deletions coding-templates/python/python-starter/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: python-starter
channels:
- conda-forge
dependencies:
- python>=3.6,<3.10
- python>=3.10
- pip>=21
- pip:
- loguru
- -r requirements.txt

0 comments on commit f526b26

Please sign in to comment.