Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qiskit-metal v0.1.3 #1

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
github:
branch_name: main
tooling_branch_name: main
bot:
automerge: true
inspection: update-grayskull
conda_build:
error_overlinking: true
conda_forge_output_validation: true
39 changes: 21 additions & 18 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "qiskit-metal" %}
{% set version = "0.1.2" %}
{% set version = "0.1.3" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/Qiskit/{{ name }}/archive/refs/tags/{{ version }}.tar.gz
sha256: a3c58758211b536616b8c104167cf3bc022eec5986f7721e0e5d867761a17d52
sha256: c252870257e57ea41fd2006c8bf85902a4e11df962960e9c924600d09642c196

build:
script: {{ PYTHON }} -m pip install . -vv
Expand All @@ -20,22 +20,25 @@ requirements:
- pip
run:
- python >=3.7
- addict
- descartes
- gdspy >=1.5.2
- geopandas
- ipython
- matplotlib-base
- numpy
- pandas
- pint
- pyepr-quantum >=0.8.5.7
- pygments
- pyside2
- qutip
- scipy
- shapely
- scqubits
- addict =2.4.0
- descartes =1.1.0
- gdspy =1.6.12
- geopandas =0.12.2
- gmsh =4.11.1
- ipython =8.10.0
- matplotlib-base =3.7.0
- numpy =1.24.2
- pandas =1.5.3
- pint =0.20.1
- pyaedt =0.6.46
- pyepr-quantum =0.8.5.7
- pygments =2.14.0
- pyside2 =5.15.2.1
- pyyaml =6.0
- qutip =4.7.1
- scipy =1.10.0
- shapely =2.0.1
- scqubits =3.1.0

test:
imports:
Expand Down