Skip to content

Commit

Permalink
Merge pull request #86 from regro-cf-autotick-bot/0.41.0_ha4ee74
Browse files Browse the repository at this point in the history
qcodes v0.41.0
  • Loading branch information
jenshnielsen committed Oct 18, 2023
2 parents 4b0bad9 + 1f7b655 commit a254bd0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "qcodes" %}
{% set version = "0.40.0" %}
{% set version = "0.41.0" %}

package:
name: qcodes
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 0bcfe5b57ded4b109b6e17ae7a5dc18c8911065fc4f7694aef4f50631fb614bd
sha256: da2f0a416beb182eea6b21c590c22462e9ab735df6cf984574555028aa3676cc

build:
number: 2
number: 0
skip: true # [py<=38]
script: {{ PYTHON }} -m pip install . -vv

Expand All @@ -32,7 +32,8 @@ requirements:
- ruamel.yaml >=0.16.0, !=0.16.6
- wrapt >=1.10.4
- pandas >=1.0.0
- xarray >=0.18.0
- xarray >=2022.06.0
- cf_xarray >=0.8.4
- tabulate >=0.8.0
- tqdm >=4.32.2
- opencensus >=0.7.10
Expand All @@ -49,6 +50,7 @@ requirements:
- setuptools >=48.0.0
- lazy_loader >=0.1
- opentelemetry-api >=1.15.0
- dask >=2022.1.0

test:
imports:
Expand Down

0 comments on commit a254bd0

Please sign in to comment.