Skip to content

Commit

Permalink
[bot-automerge] pyiron_gui v0.0.11 (#16)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Nov 18, 2023
2 parents 7da6844 + 534ae6c commit 151eaf8
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 1,821 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

17 changes: 13 additions & 4 deletions .scripts/build_steps.sh

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

3 changes: 3 additions & 0 deletions .scripts/run_docker_build.sh

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

2 changes: 1 addition & 1 deletion README.md

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

22 changes: 10 additions & 12 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{% set name = "pyiron_gui" %}
{% set version = "0.0.10" %}
{% set version = "0.0.11" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pyiron_gui-{{ version }}.tar.gz
sha256: eece5e6245aa2cbc4efb49b2c1e5c50755c173d7579852993fb2e0f038960f49
patches:
- versioneer.patch
sha256: d90c5d086eb8bb9d835bbc2be0d826db43d69898821718e619a10f587e108183

build:
noarch: python
Expand All @@ -22,14 +20,14 @@ requirements:
- pip
run:
- python >=3.5
- pyiron_base >=0.5.35
- pyiron_atomistics >=0.2.65
- ipywidgets >=8.0.6
- matplotlib-base >=3.7.1
- nbconvert >=7.3.1
- nbformat >=5.8.0
- numpy >=1.24.2
- pandas >=2.0.0
- pyiron_base >=0.6.9
- pyiron_atomistics >=0.3.6
- ipywidgets >=8.1.1
- matplotlib-base >=3.8.1
- nbconvert >=7.11.0
- nbformat >=5.9.2
- numpy >=1.26.0
- pandas >=2.1.3

test:
imports:
Expand Down
Loading

0 comments on commit 151eaf8

Please sign in to comment.