summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0675ea90d400..4eeda9a3f98b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-qiskit
pkgdesc = An open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules
pkgver = 0.37.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Qiskit/qiskit
arch = any
license = Apache
@@ -9,9 +9,9 @@ pkgbase = python-qiskit
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
- depends = python-qiskit-aer=0.10.4
- depends = python-qiskit-ibmq-provider=0.19.1
- depends = python-qiskit-terra=0.21.0
+ depends = python-qiskit-aer>=0.10.4
+ depends = python-qiskit-ibmq-provider>=0.19.1
+ depends = python-qiskit-terra>=0.21.0
optdepends = python-qiskit-experiments: tools for building, running, and analysis of experiments on noisy quantum computers
optdepends = python-qiskit-finance: stock/securities problems, portfolio optimizations and finance experiments
optdepends = python-qiskit-machine-learning: sample datasets and quantum classification algorithms
diff --git a/PKGBUILD b/PKGBUILD
index b2b5f75eb59b..df7e102b91c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_pkgname=qiskit
pkgname=python-${_pkgname}
pkgver=0.37.0
-pkgrel=1
+pkgrel=2
pkgdesc="An open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules"
arch=('any')
url="https://github.com/Qiskit/qiskit"
license=('Apache')
depends=(
- 'python-qiskit-aer=0.10.4'
- 'python-qiskit-ibmq-provider=0.19.1'
- 'python-qiskit-terra=0.21.0'
+ 'python-qiskit-aer>=0.10.4'
+ 'python-qiskit-ibmq-provider>=0.19.1'
+ 'python-qiskit-terra>=0.21.0'
)
optdepends=(
'python-qiskit-experiments: tools for building, running, and analysis of experiments on noisy quantum computers'