Skip to content

Commit

Permalink
Merge pull request #18 from regro-cf-autotick-bot/0.8.5.4_h460e22
Browse files Browse the repository at this point in the history
[bot-automerge] pyepr-quantum v0.8.5.4
  • Loading branch information
wshanks committed May 26, 2022
2 parents a21a9a1 + a737563 commit 25f4524
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 25 deletions.
7 changes: 6 additions & 1 deletion .ci_support/README

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

1 change: 1 addition & 0 deletions .gitattributes

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

6 changes: 4 additions & 2 deletions .scripts/build_steps.sh

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

2 changes: 1 addition & 1 deletion .scripts/run_docker_build.sh

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

45 changes: 36 additions & 9 deletions README.md

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

11 changes: 4 additions & 7 deletions build-locally.py

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

19 changes: 14 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "pyepr-quantum" %}
{% set version = "0.8.5.3" %}
{% set version = "0.8.5.4" %}

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

source:
url: https://github.com/zlatko-minev/pyEPR/archive/{{ version }}.tar.gz
sha256: 62fdb3d9ed086ec7e689dec04bd53fdd266d1132711e47c1d70d6aec6092fe37
sha256: 7025090897a1bb96d33321b629ef73d85ec10b955fbec5b2b5d6d477f4a70480

build:
noarch: python
Expand All @@ -19,14 +19,14 @@ requirements:
- python >=3.6
- pip
run:
- attrdict
- addict
- ipython >=7.0.0
- matplotlib-base >=3.1.0
- numpy >=1.15.0
- pandas >=1.0.1
- pint
- pint >=0.8
- python >=3.6
- qutip
- qutip >=3.5.0
- seaborn >=0.10.0
- sphinx_rtd_theme >=0.4.0
- scipy >=1.3.0
Expand All @@ -37,6 +37,15 @@ test:
imports:
- pyEPR

commands:
- pip check

requires:
- pip
# Workaround for older version of sphinx_rtd_theme's conda-forge package
# not specifying its dependencies properly and causing pip check to fail
- sphinx_rtd_theme >=1.0.0

about:
home: https://github.com/zlatko-minev/pyEPR
license: BSD-3-Clause
Expand Down

0 comments on commit 25f4524

Please sign in to comment.