https://github.com/halide/Halide
Raw File
Tip revision: 9458aaf7f598240bccaf68dfd0328350f52d1da7 authored by Matthias Kramm on 23 May 2018, 13:00:18 UTC
Ignore (duplicate) functions on legacy buffers.
Tip revision: 9458aaf
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