From f0cf04bac85c914df4bc7bdaa88da32e131c74e8 Mon Sep 17 00:00:00 2001 From: Mica Date: Wed, 21 Feb 2024 19:15:38 +0100 Subject: [PATCH] Upgrade Qiskit --- README.md | 4 ++-- client/requirements.txt | 4 ++-- client/setup.py | 3 +-- requirements-dev.txt | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 51533b1..6824208 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ PurpleCaffeine: tracking of quantum programs and experiments [![DOI](https://joss.theoj.org/papers/10.21105/joss.05673/status.svg)](https://doi.org/10.21105/joss.05673) ![Platform](https://img.shields.io/badge/Platform-Linux%20%7C%20macOS%20%7C%20Windows-informational) -[![Python](https://img.shields.io/badge/Python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-informational)](https://www.python.org/) -[![Qiskit](https://img.shields.io/badge/Qiskit-%E2%89%A5%200.34.2-6133BD)](https://github.com/Qiskit/qiskit) +[![Python](https://img.shields.io/badge/Python-3.8%20%7C%203.9%20%7C%203.10-informational)](https://www.python.org/) +[![Qiskit](https://img.shields.io/badge/Qiskit-%E2%89%A5%201.0.0-6133BD)](https://github.com/Qiskit/qiskit) [![Ecosystem](https://raw.githubusercontent.com/qiskit-community/ecosystem/main/badges/PurpleCaffeine.svg)](https://qiskit.org/ecosystem) [![License](https://img.shields.io/github/license/qiskit-community/quantum-prototype-template?label=License)](https://github.com/IceKhan13/purplecaffeine/blob/main/LICENSE) [![Code style: Black](https://img.shields.io/badge/Code%20style-Black-000.svg)](https://github.com/psf/black) diff --git a/client/requirements.txt b/client/requirements.txt index 9b25195..bccc6ed 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -1,5 +1,5 @@ -qiskit>=0.43.0 -qiskit-ibm-runtime>=0.10.0 +qiskit>=1.0.0 +qiskit-ibm-runtime>=0.20.0 pympler~=1.0 boto3>=1.26.133 ipywidgets>=8.0.7 diff --git a/client/setup.py b/client/setup.py index 54a982e..6a870bb 100644 --- a/client/setup.py +++ b/client/setup.py @@ -23,7 +23,7 @@ keywords="quantum tracking experiments", packages=setuptools.find_packages(), install_requires=install_requires, - python_requires=">=3.7", + python_requires=">=3.8", version=version, classifiers=[ "Intended Audience :: Developers", @@ -33,7 +33,6 @@ "Operating System :: MacOS", "Operating System :: POSIX :: Linux", "Operating System :: Microsoft :: Windows", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", diff --git a/requirements-dev.txt b/requirements-dev.txt index fd06978..e163b17 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,4 +8,4 @@ jupyter==1.0.0 nbconvert==7.4.0 nbformat==5.8.0 testcontainers==3.7.1 -qiskit_optimization==0.5.0 +qiskit_optimization==0.6.0