Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require ruamel.yaml #81

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: {{ checksum }}

build:
number: 0
number: 1
# These are present when the new environment is created
# so we have to exempt them from the list of initial files
# for conda-build to realize they should be included.
Expand All @@ -33,7 +33,7 @@ requirements:
- futures >=3.0.0 # [py<34]
- menuinst >=1.4.11,<2 # [win]
- pip
- ruamel_yaml >=0.11.14,<0.16
- ruamel.yaml >=0.11.14,<0.16
- setuptools >=31.0.1
run:
- python
Expand All @@ -43,7 +43,7 @@ requirements:
- pycosat >=0.6.3
- pyopenssl >=16.2.0
- requests >=2.18.4,<3
- ruamel_yaml >=0.11.14,<0.16
- ruamel.yaml >=0.11.14,<0.16
- setuptools >=31.0.1
run_constrained:
- conda-build >=3
Expand Down