repo2docker/tests/conda/requirements
..
README.rst
environment.yml
requirements.txt
verify

README.rst

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

Python - Mixed Requirements
---------------------------

An ``environment.yml`` takes precedence over ``requirements.txt``.
To install files into a conda environment with pip, use the ``pip`` key in ``environment.yml``:

.. sourcecode:: yaml

    dependencies:
      - numpy
      - pip:
        - tornado