https://github.com/halide/Halide
Raw File
Tip revision: 0c1de627387edce33122983f6ea580391b6a1244 authored by Steven Johnson on 15 November 2019, 01:36:28 UTC
Merge branch 'master' into tzumao-gradient-autoscheduler-bug
Tip revision: 0c1de62
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
imageio
back to top