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.