Skip to content

Commit

Permalink
Update to 0.0.9 (#13)
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 21, 2022
2 parents 6254c9a + 88cfe59 commit 23bb4b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 109 deletions.
18 changes: 8 additions & 10 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
{% set name = "pyiron_gui" %}
{% set version = "0.0.8" %}
{% set version = "0.0.9" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pyiron_gui-{{ version }}.tar.gz
sha256: 13923d79263ce188cb8cfec3b4dd8e99d94580f3fa792cb1807caa4fb0524db6
patches:
- setup.patch
sha256: 0085f5e3e84bf1a67ef78ac0e80e82e398d6a3bf7a051949267f1d8cd28aab70

build:
number: 1
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv

Expand All @@ -23,11 +21,11 @@ requirements:
run:
- python >=3.5
- ipywidgets =7.7.1
- pyiron_base >=0.5.22
- pyiron_atomistics >=0.2.54
- numpy >=1.23.2
- pandas >=1.4.3
- matplotlib-base >=3.5.3
- pyiron_base >=0.5.28
- pyiron_atomistics >=0.2.59
- numpy >=1.23.4
- pandas >=1.5.1
- matplotlib-base >=3.6.2

test:
imports:
Expand Down
99 changes: 0 additions & 99 deletions recipe/setup.patch

This file was deleted.

0 comments on commit 23bb4b9

Please sign in to comment.