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-aer v0.12.1 #9

Merged
merged 2 commits into from
Jul 12, 2023
Merged
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
6 changes: 2 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "qiskit-aer" %}
{% set version = "0.12.0" %}
{% set version = "0.12.1" %}

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

source:
url: https://github.com/Qiskit/{{ name }}/archive/refs/tags/{{ version }}.tar.gz
sha256: 1be397975ae9a9358217f9613501a5fcc1f187f5a820386d3c26b84f671ac7b3
sha256: 5b38fa235d270e33b2b4c5183e22ab91c703c5f850c3518722bbebc93d2ac5a0

build:
script: CMAKE_GENERATOR="Ninja" {{ PYTHON }} -m pip install . -vv
Expand Down Expand Up @@ -59,8 +59,6 @@ test:
- ipython
- matplotlib-base
- pip
# Pin qiskit-terra for now because its deprecation warnings fail the tests for aer less than 0.12.1
- qiskit-terra <0.24
- seaborn
- stestr

Expand Down