https://github.com/halide/Halide
Raw File
Tip revision: c07f3e888f69e329fe2432c8f6e38fe65cb5ead0 authored by Steven Johnson on 04 October 2018, 01:36:36 UTC
Merge branch 'master' into srj-f16
Tip revision: c07f3e8
requirements.txt
# This file lists the python dependencies, 
# it is meant to be used with pip (and/or possibly virtualenv, pbundler, etc)
# See http://pip.readthedocs.org/en/latest/user_guide.html#requirements-files
# You will probably want to run 
# something similar to `pip3 install --user -r requirements.txt`

# science packages
numpy
scipy
pillow
back to top