From fd2dc544301fe0c67ef1b77b40ba926c03b055e6 Mon Sep 17 00:00:00 2001 From: Zhaoyilunnn Date: Sat, 23 Mar 2024 06:22:36 +0000 Subject: [PATCH] chore: tag a stable version 0.1 --- pyproject.toml | 3 ++- requirements.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0d01d0..973a104 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,11 +5,12 @@ dependencies = [ "cirq_core==1.1.0", "matplotlib==3.6.3", "numpy==1.23.4", + "qiskit>=0.39.0,<1.0.0", "qiskit-aer==0.13.0", "setuptools>=65.5.1", "sympy==1.11.1", "pyquafu==0.3.5", - "qutils @ git+https://github.com/Zhaoyilunnn/qutils.git@main" + "qutils @ git+https://github.com/Zhaoyilunnn/qutils.git@tags/v0.1.0" ] [tool.setuptools.packages.find] diff --git a/requirements.txt b/requirements.txt index 75b8382..b61176e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ cirq_core==1.1.0 matplotlib==3.6.3 numpy==1.23.4 +qiskit>=0.39.0,<1.0.0 qiskit-aer==0.13.0 setuptools>=65.5.1 sympy==1.11.1