Skip to content

Commit

Permalink
Merge pull request #156 from mbargull/update-3.4.1-deps
Browse files Browse the repository at this point in the history
requirements: update to conda-build>=3.18.3, add toolz
  • Loading branch information
isuruf authored Jul 17, 2019
2 parents f6b946b + f7199aa commit 3b7baee
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
- 1102.diff

build:
number: 0
number: 1
noarch: python
script:
- "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"
Expand All @@ -23,19 +23,20 @@ build:

requirements:
host:
- python >=3.5
- python >=3.6
- pip
run:
- python >=3.5
- python >=3.6
- conda >=4.2
- conda-build >=3.8.1
- conda-build >=3.18.3
- jinja2
- requests
- pycrypto
- git
- gitpython
- pygithub <2
- ruamel.yaml
- toolz
- vsts-python-api
- conda-forge-pinning

Expand Down

0 comments on commit 3b7baee

Please sign in to comment.