https://github.com/halide/Halide
Raw File
Tip revision: 9a962bd27b5f19b7e7917797fac1412440d7929a authored by Steven Johnson on 20 July 2018, 18:42:09 UTC
Merge branch 'master' into newer_ion_ioctl
Tip revision: 9a962bd
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