Skip to content

Commit

Permalink
Merge pull request #17 from regro-cf-autotick-bot/0.0.12_hf4cb3d
Browse files Browse the repository at this point in the history
[bot-automerge] pyiron_gui v0.0.12
  • Loading branch information
jan-janssen authored Apr 4, 2024
2 parents 151eaf8 + 2502a4c commit 14775c5
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 26 deletions.
1 change: 1 addition & 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.

7 changes: 7 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -6,3 +10,6 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
zip_keys:
- - c_stdlib_version
- cdt_name
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

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

25 changes: 23 additions & 2 deletions .gitignore

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

12 changes: 3 additions & 9 deletions .scripts/build_steps.sh

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

6 changes: 6 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.

5 changes: 3 additions & 2 deletions build-locally.py

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

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

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pyiron_gui-{{ version }}.tar.gz
sha256: d90c5d086eb8bb9d835bbc2be0d826db43d69898821718e619a10f587e108183
sha256: 5752f40ef288d442cd7a001e2418e34562d8f380e50a5b4a7a704bb4f20e98c7

build:
noarch: python
Expand All @@ -20,14 +20,14 @@ requirements:
- pip
run:
- python >=3.5
- 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
- pyiron_base >=0.7.7
- pyiron_atomistics >=0.4.17
- ipywidgets >=8.1.2
- matplotlib-base >=3.8.3
- nbconvert >=7.16.2
- nbformat >=5.10.3
- numpy >=1.26.4
- pandas >=2.2.0

test:
imports:
Expand All @@ -49,4 +49,4 @@ extra:
- pyiron-runner
- jan-janssen
- pmrv
- niklassiemer
- niklasiemer

1 comment on commit 14775c5

@conda-forge-webservices
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.