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

bump min requests version to stable, unbundled release #7528

Merged
merged 1 commit into from Jul 11, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 9 additions & 10 deletions conda.recipe/meta.yaml
Expand Up @@ -23,24 +23,23 @@ requirements:
build:
- python
- setuptools
- enum34 [py<34]
- futures [py<34]
- menuinst >=1.4.11 [win]
- enum34 [py<34]
- futures [py<34]
- menuinst >=1.4.11,<2 [win]
- pycosat >=0.6.3
- pyopenssl >=16.2.0
- requests >=2.12.4,<3
- requests >=2.18.4,<3
- ruamel_yaml >=0.11.14
run:
- conda-env >=2.6
- python
- enum34 [py<34]
- futures >=3.0.0 [py<34]
- menuinst >=1.4.11 [win]
- enum34 [py<34]
- futures >=3.0.0 [py<34]
- menuinst >=1.4.11,<2 [win]
- pycosat >=0.6.3
- pyopenssl >=16.2.0
- requests >=2.12.4,<3
- ruamel_yaml >=0.11.14 [py3 or unix]
- ruamel_yaml >=0.11.14,<=0.15.37 [py27 and win]
- requests >=2.18.4,<3
- ruamel_yaml >=0.11.14
run_constrained:
- conda-build >=3
- cytoolz >=0.8.1
Expand Down