-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
46 lines (39 loc) · 941 Bytes
/
meta.yaml
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
36
37
38
39
40
41
42
43
44
45
46
{% set name = "quera-ahs-utils" %}
{% set version = "0.0.7" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/quera-ahs-utils-{{ version }}.tar.gz
sha256: d0a3928568eb69da09c12321ec4b406efa39b754fc2a9c81b310b2ccfc5f403d
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
requirements:
host:
- python >=3.7
- pip
run:
- python >=3.7
- amazon-braket-sdk
- networkx
- numpy
- scipy
- matplotlib-base
test:
imports:
- quera_ahs_utils
commands:
- pip check
requires:
- pip
about:
home: https://github.com/QuEraComputing/quera-ahs-utils
summary: Various tools to interact with Braket Analog Hamiltonian Simulation
license: BSD-3-Clause
license_file: LICENSE
doc_url: https://queracomputing.github.io/quera-ahs-utils/
extra:
recipe-maintainers:
- weinbe58