This repository was archived by the owner on Nov 13, 2020. It is now read-only.

Description
Conda now supports an environment specification file that can include both pip and conda packages and thereby replace the two files requirements.txt and conda-requirements.txt. An example of such a file can be found at https://raw.githubusercontent.com/memex-explorer/memex-explorer/master/environment.yml
This would also solve issue #11, as environment.yml files can specify channels.
@kennethreitz, would you accept a PR to support this, or do you think it would be better to do this as a separate conda-env-buildpack?