blob: 4411f8650616e2ca328c88dfdd84ac4742ef93dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
pkgbase = python-pyquil
pkgdesc = A Python library for quantum programming using Quil.
pkgver = 4.6.2
pkgrel = 1
url = https://github.com/rigetti/pyquil
arch = any
license = Apache
makedepends = python-build
makedepends = python-installer
makedepends = python-poetry
makedepends = python-wheel
depends = python>=3.8
depends = python-importlib-metadata
depends = python-lark-parser>=0.11.1
depends = python-networkx>=2.5
depends = python-numpy>=1.22
depends = python-packaging>=23.1
depends = python-pydantic>=1.10.7
depends = python-qcs-api-client>=0.21.0
depends = python-retry
depends = python-rpcq>=3.10.0
depends = python-scipy>=1.7.3
depends = python-tenacity>=8.2.2
depends = python-types-python-dateutil>=2.8.19
depends = python-types-retry>=0.9.9
optdepends = ipython: latex
optdepends = python-sphinx: docs
optdepends = python-nbsphinx: docs
optdepends = python-recommonmark: docs
optdepends = quilc: local compiler server
optdepends = qvm: local quantum virtual machine server
source = https://github.com/rigetti/pyquil/archive/v4.6.2.tar.gz
b2sums = 084bd3a16bb971d31e327e4ea3760885567661831f968c804dd228b1a6626a9ce7af71691840c5af529e072f75f7dfdc1cd60033fe0dcdbd2998d3666f6e6ff6
pkgname = python-pyquil
|