From 4ea469ca26de55a497e02d3a7fdded903a4b3e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=C2=A0St=C4=99ch=C5=82y?= Date: Wed, 13 Jul 2022 18:24:51 +0200 Subject: [PATCH] Update dependencies for a new release. (#31) * Update dependencies for a new reelease. * Fix dev install option. --- Makefile | 2 +- setup.cfg | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 9bc175d0..319980cf 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ github_actions: python3 -m venv ${VENV_NAME} && \ ${VENV_NAME}/bin/python3 -m pip install --upgrade pip && \ ${VENV_NAME}/bin/python3 -m pip install ./orquestra-quantum && \ - ${VENV_NAME}/bin/python3 -m pip install ./orquestra-opt && \ + ${VENV_NAME}/bin/python3 -m pip install ./orquestra-opt[cma] && \ ${VENV_NAME}/bin/python3 -m pip install ./orquestra-vqa && \ ${VENV_NAME}/bin/python3 -m pip install ./orquestra-qiskit && \ ${VENV_NAME}/bin/python3 -m pip install ./orquestra-forest && \ diff --git a/setup.cfg b/setup.cfg index c52f8c57..b4ac8439 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,13 +22,13 @@ packages = find_namespace: python_requires = >=3.8,!=3.9.7,<3.11 install_requires = - orquestra-quantum==0.3.0 - orquestra-opt==0.3.0 - orquestra-vqa==0.3.0 - orquestra-qiskit==0.3.0 - orquestra-cirq==0.3.0 + orquestra-quantum==0.4.0 + orquestra-opt==0.4.0 + orquestra-vqa==0.4.0 + orquestra-qiskit==0.4.0 + orquestra-cirq==0.4.0 orquestra-forest==0.3.0 - orquestra-qulacs==0.2.0 + orquestra-qulacs==0.3.0 [options.packages.find] where = src