Skip to content

Commit

Permalink
Merge pull request #81 from regro-cf-autotick-bot/0.40.0_h70ab62
Browse files Browse the repository at this point in the history
qcodes v0.40.0
  • Loading branch information
jenshnielsen committed Sep 14, 2023
2 parents 5ecc334 + d274238 commit 2562356
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 83 deletions.
9 changes: 0 additions & 9 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions .ci_support/linux_64_python3.8.____cpython.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .ci_support/osx_64_python3.8.____cpython.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions .ci_support/win_64_python3.8.____cpython.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set name = "qcodes" %}
{% set version = "0.39.1" %}
{% set version = "0.40.0" %}

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

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

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

requirements:
Expand Down Expand Up @@ -45,6 +45,7 @@ requirements:
- h5netcdf >=0.10.0, !=0.14.0
- setuptools >=48.0.0
- lazy_loader >=0.1
- opentelemetry-api >=1.15.0

test:
imports:
Expand Down

0 comments on commit 2562356

Please sign in to comment.