repo2docker/tests/julia/pyplot
Chris Holdgraf 44ce5c171d updating autogen examples 2017-08-01 11:21:06 -04:00
..
README.rst updating autogen examples 2017-08-01 11:21:06 -04:00
REQUIRE Add a pyplot based julia test case 2017-07-29 20:19:40 -07:00
environment.yml Add a pyplot based julia test case 2017-07-29 20:19:40 -07:00
verify Make julia verify check for libpython path 2017-07-30 11:22:28 -07:00

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.

Julia - REQUIRE
---------------

The simplest way to specify dependencies in Julia, a REQUIRE file simply
lists the names of packages. Each one will be installed but not pre-compiled.
In this case, we also specify python dependencies with an ``environment.yml``
file.