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

[bot-automerge] pyiron_gui v0.0.11 #16

Merged
merged 4 commits into from
Nov 18, 2023
Merged
Show file tree
Hide file tree
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
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