From f526b268aefe9411e9e9e92f8c7f8f384b816f58 Mon Sep 17 00:00:00 2001 From: Michael Wurster Date: Tue, 9 Apr 2024 15:01:44 +0200 Subject: [PATCH] fix: update environment files --- coding-templates/python/dwave-ide/environment.yml | 5 ++--- coding-templates/python/python-starter-aws/environment.yml | 5 ++--- coding-templates/python/python-starter-cirq/environment.yml | 2 +- .../python/python-starter-cirq/requirements.txt | 2 +- .../python/python-starter-dwave/environment.yml | 5 ++--- coding-templates/python/python-starter-ibmq/environment.yml | 6 ++---- coding-templates/python/python-starter-ionq/environment.yml | 5 ++--- coding-templates/python/python-starter-mqt/environment.yml | 2 -- .../python/python-starter-pennylane/environment.yml | 3 +-- .../python/python-starter-pytket/environment.yml | 2 +- .../python/python-starter-qiskit-runtime/environment.yml | 5 ++--- .../python/python-starter-qiskit/environment.yml | 3 +-- coding-templates/python/python-starter/environment.yml | 4 ++-- 13 files changed, 19 insertions(+), 30 deletions(-) diff --git a/coding-templates/python/dwave-ide/environment.yml b/coding-templates/python/dwave-ide/environment.yml index 74c213b..b90c9eb 100644 --- a/coding-templates/python/dwave-ide/environment.yml +++ b/coding-templates/python/dwave-ide/environment.yml @@ -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 diff --git a/coding-templates/python/python-starter-aws/environment.yml b/coding-templates/python/python-starter-aws/environment.yml index 58f7a07..5c6231d 100644 --- a/coding-templates/python/python-starter-aws/environment.yml +++ b/coding-templates/python/python-starter-aws/environment.yml @@ -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 diff --git a/coding-templates/python/python-starter-cirq/environment.yml b/coding-templates/python/python-starter-cirq/environment.yml index 3871992..a404eee 100644 --- a/coding-templates/python/python-starter-cirq/environment.yml +++ b/coding-templates/python/python-starter-cirq/environment.yml @@ -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 diff --git a/coding-templates/python/python-starter-cirq/requirements.txt b/coding-templates/python/python-starter-cirq/requirements.txt index 094b0a4..36f29c2 100644 --- a/coding-templates/python/python-starter-cirq/requirements.txt +++ b/coding-templates/python/python-starter-cirq/requirements.txt @@ -1,4 +1,4 @@ loguru~=0.7.2 cirq~=1.2.0 planqk-quantum~=1.26.0 -qiskit-aer==0.12.2 \ No newline at end of file +qiskit-aer==0.12.2 diff --git a/coding-templates/python/python-starter-dwave/environment.yml b/coding-templates/python/python-starter-dwave/environment.yml index 10f61d8..ecb6fc7 100644 --- a/coding-templates/python/python-starter-dwave/environment.yml +++ b/coding-templates/python/python-starter-dwave/environment.yml @@ -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 diff --git a/coding-templates/python/python-starter-ibmq/environment.yml b/coding-templates/python/python-starter-ibmq/environment.yml index 0ce7aaf..a67eb15 100644 --- a/coding-templates/python/python-starter-ibmq/environment.yml +++ b/coding-templates/python/python-starter-ibmq/environment.yml @@ -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 diff --git a/coding-templates/python/python-starter-ionq/environment.yml b/coding-templates/python/python-starter-ionq/environment.yml index 58f7a07..5c6231d 100644 --- a/coding-templates/python/python-starter-ionq/environment.yml +++ b/coding-templates/python/python-starter-ionq/environment.yml @@ -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 diff --git a/coding-templates/python/python-starter-mqt/environment.yml b/coding-templates/python/python-starter-mqt/environment.yml index 7a2d749..3228faa 100644 --- a/coding-templates/python/python-starter-mqt/environment.yml +++ b/coding-templates/python/python-starter-mqt/environment.yml @@ -6,5 +6,3 @@ dependencies: - pip>=21 - pip: - -r requirements.txt -variables: - LOG_LEVEL: INFO # DEBUG, INFO, WARNING, ERROR, CRITICAL diff --git a/coding-templates/python/python-starter-pennylane/environment.yml b/coding-templates/python/python-starter-pennylane/environment.yml index 511a839..5012159 100644 --- a/coding-templates/python/python-starter-pennylane/environment.yml +++ b/coding-templates/python/python-starter-pennylane/environment.yml @@ -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 diff --git a/coding-templates/python/python-starter-pytket/environment.yml b/coding-templates/python/python-starter-pytket/environment.yml index a99ec51..704f197 100644 --- a/coding-templates/python/python-starter-pytket/environment.yml +++ b/coding-templates/python/python-starter-pytket/environment.yml @@ -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 diff --git a/coding-templates/python/python-starter-qiskit-runtime/environment.yml b/coding-templates/python/python-starter-qiskit-runtime/environment.yml index 8a6645f..3d10b9a 100644 --- a/coding-templates/python/python-starter-qiskit-runtime/environment.yml +++ b/coding-templates/python/python-starter-qiskit-runtime/environment.yml @@ -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 diff --git a/coding-templates/python/python-starter-qiskit/environment.yml b/coding-templates/python/python-starter-qiskit/environment.yml index ba7eb16..f939b98 100644 --- a/coding-templates/python/python-starter-qiskit/environment.yml +++ b/coding-templates/python/python-starter-qiskit/environment.yml @@ -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 diff --git a/coding-templates/python/python-starter/environment.yml b/coding-templates/python/python-starter/environment.yml index 4ed5394..d98e8ba 100644 --- a/coding-templates/python/python-starter/environment.yml +++ b/coding-templates/python/python-starter/environment.yml @@ -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