Skip to content

Commit

Permalink
Merge pull request conda-forge#4 from jentjr/patch-1
Browse files Browse the repository at this point in the history
Update meta.yaml
  • Loading branch information
mbakker7 committed Nov 5, 2018
2 parents 63d21f0 + fb24b7d commit c63f271
Showing 1 changed file with 21 additions and 18 deletions.
39 changes: 21 additions & 18 deletions recipes/timml/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{% set name = "timml" %}
{% set version = "5.0.0" %}
{% set sha256 = "8b9f66278c815571f097ac4fdd33cffdaefd17dcc480b3c53aa8df2c2b7cf167" %}
{% set version = "5.0.1" %}
#{% set sha256 = "8b9f66278c815571f097ac4fdd33cffdaefd17dcc480b3c53aa8df2c2b7cf167" %}

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

source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://github.com/mbakker7/timml/archive/5.0.0.tar.gz
sha256: {{ sha256 }}
#fn: {{ name }}-{{ version }}.tar.gz
#url: https://github.com/mbakker7/timml/archive/5.0.0.tar.gz
#sha256: {{ sha256 }}
git_url: https://github.com/mbakker7/timml

build:
number: 0
Expand All @@ -18,24 +19,25 @@ build:

requirements:
build:
- toolchain3
- {{ compiler('fortran') }}
host:
- m2w64-toolchain # [win]
- libpython # [win]
- python
- numpy >=1.12
- scipy
- numpy
- matplotlib
- vc 14 # [win and py>=35]

- matplotlib >=2.0
run:
- python
- {{ pin_compatible('scipy', min_pin='0.19') }}
- {{ pin_compatible('numpy', min_pin='1.12') }}
- {{ pin_compatible('matplotlib', min_pin='2.0') }}
- vc 14 # [win and py>=35]

- {{ pin_compatible('numpy') }}
- scipy
- matplotlib >=2.0

test:
imports:
- timml

requires:
- pytest
- jupyter

about:
home: https://github.com/mbakker7/timml
license: MIT
Expand All @@ -46,3 +48,4 @@ about:
extra:
recipe-maintainers:
- mbakker7
- jentjr

0 comments on commit c63f271

Please sign in to comment.