Skip to content

Commit

Permalink
Merge pull request #50 from regro-cf-autotick-bot/4.5.4
Browse files Browse the repository at this point in the history
conda v4.5.4
  • Loading branch information
jakirkham authored May 20, 2018
2 parents 6149370 + 8166d72 commit c999046
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "4.5.3" %}
{% set checksum = "cc74e3fbd875eaf21fb6b6148ffe625a6cbe2bc82275f87f238a0ce1369c363e" %}
{% set version = "4.5.4" %}
{% set checksum = "5d5b7868dabfa98d65b978aeebe932cee34afcecd2a27136759ff9761023d1c8" %}

package:
name: conda
Expand Down Expand Up @@ -36,12 +36,16 @@ requirements:
- python
- conda-env >=2.6
- enum34 # [py<34]
- futures # [py<34]
- futures >=3.0.0 # [py<34]
- menuinst # [win]
- pycosat >=0.6.3
- pyopenssl >=16.2.0
- requests >=2.12.4,<3
- ruamel_yaml >=0.11.14
run_constrained:
- conda-build >=2.1
- cytoolz >=0.8.1
- setuptools >=36.4

test:
files:
Expand Down

0 comments on commit c999046

Please sign in to comment.